BurdwanWeather_df | R Documentation |
This dataset, BurdwanWeather_df, is a data frame containing weekly weather data for the rice growing season in the Burdwan district of West Bengal, India, over a period of 39 years. It includes the date, standard meteorological week, week number, and four weather variables: maximum temperature, minimum temperature, precipitation, and relative humidity.
data(BurdwanWeather_df)
A data frame with 741 observations and 7 variables:
Date of observation (character)
Standard Meteorological Week (integer)
Week number within the season (integer)
Maximum temperature in degrees Celsius (numeric)
Minimum temperature in degrees Celsius (numeric)
Total precipitation in millimeters (numeric)
Relative humidity in percentage (numeric)
The dataset name has been kept as 'BurdwanWeather_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the weatherindices package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.