GDPIndia_tbl_df | R Documentation |
This dataset, GDPIndia_tbl_df, is a tibble containing historical GDP data for India from 1960 to 2022. It includes columns as present in the original source file, preserving their exact names and formats. The dataset preserves the original structure from its source on Kaggle.
data(GDPIndia_tbl_df)
A tibble with 63 observations and 5 variables:
Original column from the source file (numeric)
Original column from the source file (character)
Original column from the source file (character)
Original column from the source file (character)
Original column from the source file (character)
The dataset name has been kept as 'GDPIndia_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/dheerajmukati/india-gdp-19602022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.