Timestamp
2022
Data source
ISO-3166-Countries-with-Regional-Codes
Dataset
import_2022.csv
export_2022.csv
ISO-3166-Countries.csv
Protocol
- Added a new column named "Total", which contains the sum of all pesticide quantities for each row.
- Removed all individual pesticide columns and any other irrelevant or unnecessary columns.
- Merged additional information such as "name", "region", and "alpha-3" codes from the
ISO-3166-Countries.csv
dataset. - Renamed "Area" to "Country" and "region" to "Continent" and removed "name" for better clarity and consistency.
- Calculated the percentage contribution of each country's total pesticide quantity to the overall total quantity, adding this as a new column.
- Filtered the data to include only records from the year 2022.
- Divided the dataset into two subsets: one containing only import data and the other containing only export data.