exports_imports_tbl_df | R Documentation |
This dataset, exports_imports_tbl_df, is a tibble containing export and import data for India from 1997 to July 2022. It includes information on country-wise exports, imports, total trade, and trade balance along with the financial year start and end dates. The dataset preserves the original structure from its source on Kaggle.
data(exports_imports_tbl_df)
A tibble with 5,994 observations and 7 variables:
Country name (character)
Export value (numeric)
Import value (numeric)
Total trade value (numeric)
Trade balance value (numeric)
Financial year start (numeric)
Financial year end (character)
The dataset name has been kept as 'exports_imports_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/ramjasmaurya/exports-and-imports-of-india19972022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.