India Merchandize Trade Fiscal Year 2022 (Updated)
India's bilateral trade with all countries of the world
@kaggle.surajjha101_india_merchandize_trade_fiscal_year_2022_updated
India's bilateral trade with all countries of the world
@kaggle.surajjha101_india_merchandize_trade_fiscal_year_2022_updated
CREATE TABLE india_exports_fy22 (
"s_no" BIGINT,
"country" VARCHAR,
"n_2020_2021" DOUBLE,
"n__share" VARCHAR,
"n_2021_2022" DOUBLE,
"n__share1" VARCHAR,
"n__growth" VARCHAR
);
CREATE TABLE india_imports_fy22 (
"s_no" BIGINT,
"country" VARCHAR,
"n_2020_2021" DOUBLE,
"n__share" VARCHAR,
"n_2021_2022" DOUBLE,
"n__share1" VARCHAR,
"n__growth" VARCHAR
);
Anyone who has the link will be able to view this.