A web scraper written in Python to gather trade data for India across commodities and countries
Access the dataset on Kaggle
The data is in tidy format, meaning there is one observation per category.
Column | Definition |
---|---|
HSCode | Harmonized System (HS2) Code |
Commodity | Name of commodity as per HS2 |
Country | Country of export |
Year | Year of export |
Value | Value of export (in million US$) |
- Make sure the requirements are satisfied (
pip install -r requirements.txt
) - Download the
.ipynb
file - Run the export or import cells, as desired
- The required file will be saved to disk.
The data is sourced from Ministry of Commerce and Industry, Government of India.