Effects Of COVID-19 On International Trade
2015-2020 (provisional)
@kaggle.eng0mohamed0nabil_effects_of_covid19_on_trade
2015-2020 (provisional)
@kaggle.eng0mohamed0nabil_effects_of_covid19_on_trade
Context
Well, what happened was that I was looking for a semi-definite easy-to-read list of effecting of covid-19 on trade and couldn't find anything decent. So I took it upon myself to collect it for my own use. I might as well share it.
Content
This dataset includes 43089 results of trade between countries Imports & Exports with year , Commodity and Transport_Mode
results.csv includes the following columns:
Acknowledgements
The data is gathered from several sources including
Inspiration
Some directions to take when exploring the data:
Contribute
If you notice a mistake or the results are being updated fast enough for your liking, you can fix that by submitting a pull request.
CREATE TABLE effects_of_covid_19_on_trade_1_february_29_july_2020_p_8836206b (
"direction" VARCHAR,
"year" BIGINT,
"date" TIMESTAMP,
"weekday" VARCHAR,
"current_match" TIMESTAMP,
"country" VARCHAR,
"commodity" VARCHAR,
"transport_mode" VARCHAR,
"measure" VARCHAR,
"value" BIGINT,
"cumulative" BIGINT
);
Anyone who has the link will be able to view this.