rainfall_tbl_df | R Documentation |
This dataset, rainfall_tbl_df, is a tibble containing historical monthly rainfall data for subdivisions in India from 1901 to 2021. It includes rainfall measurements for June, July, August, September, and the total for June to September, along with the year and subdivision name. The dataset preserves the original structure from its source on Kaggle.
data(rainfall_tbl_df)
A tibble with 4,332 observations and 7 variables:
Name of the subdivision (character)
Year of observation (numeric)
Rainfall in June (numeric)
Rainfall in July (numeric)
Rainfall in August (numeric)
Rainfall in September (numeric)
Total rainfall from June to September (numeric)
The dataset name has been kept as 'rainfall_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.
Data obtained from Kaggle: https://www.kaggle.com/datasets/aksahaha/rainfall-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.