
Yearly Rice Yield Data in Burdwan District, West Bengal
Source:R/data-documentation.R
BurdwanRiceYield_df.Rd
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.
Usage
data(BurdwanRiceYield_df)
Format
A data frame with 39 observations and 2 variables:
- Year
Year of observation (character)
- burdwan
Rice yield in tonnes per hectare (numeric)
Details
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.