
Exports and Imports of India (1997-July 2022)
Source:R/data-documentation.R
exports_imports_tbl_df.Rd
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.
Usage
data(exports_imports_tbl_df)
Format
A tibble with 5,994 observations and 7 variables:
- Country
Country name (character)
- Export
Export value (numeric)
- Import
Import value (numeric)
- Total Trade
Total trade value (numeric)
- Trade Balance
Trade balance value (numeric)
- Financial Year(start)
Financial year start (numeric)
- Financial Year(end)
Financial year end (character)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/ramjasmaurya/exports-and-imports-of-india19972022