Skip to contents

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)

Details

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.