COLOMBIAN COFFEE IMPORTED TO THE USA
Imported Coffee from 2019 to 2024
@kaggle.estefaniagn_co_imported_usa
Imported Coffee from 2019 to 2024
@kaggle.estefaniagn_co_imported_usa
This dataset was created to provide information about the importation of coffee from Colombia to the USA from 2019 to 2024. The dataset includes the HS code, product description, year, month, value in USD, and quantity in KG.
CREATE TABLE co_coffee (
"country_exporter" VARCHAR,
"country_importer" VARCHAR,
"hs_code" DOUBLE,
"product" VARCHAR,
"uom" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"n__value" VARCHAR -- Value,
"qty" VARCHAR
);
Anyone who has the link will be able to view this.