BurdwanRiceYield_df | R Documentation |
This dataset, BurdwanRiceYield_df, is a data frame containing yearly rice yield data for the Burdwan district of West Bengal, India, over a period of 39 years. It includes the year and the yield in tonnes per hectare for each recorded year.
data(BurdwanRiceYield_df)
A data frame with 39 observations and 2 variables:
Year of observation (character)
Rice yield in tonnes per hectare (numeric)
The dataset name has been kept as 'BurdwanRiceYield_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.