USDA Production Supply And Distribution - Complete
Yearly time series of USDA estimations on soft commodities
@kaggle.jeffersongranado_usdapsd
Yearly time series of USDA estimations on soft commodities
@kaggle.jeffersongranado_usdapsd
This dataset contains basic information about soft commodities (mostly agricultural) production, supply and distribution.
The most interesting part of this dataset is that it contains not only the latest numbers but also all the revisions USDA released for a specific Country/Commodity/Attribute/Year combination. This reflects their point of view on how large events impacted these production, supply and distribution numbers.
Questions you may answer with this dataset:
To make things interesting, try to cross this data with weather forecasts and large geopolitic events (sanctions, embargos, etc.) and specific consumption trends (e.g. Corn to make biofuel)
CREATE TABLE final (
"unnamed_0" BIGINT -- Unnamed: 0,
"commodity_description" VARCHAR,
"country_code" VARCHAR,
"country_name" VARCHAR,
"year" BIGINT,
"attribute_description" VARCHAR,
"unit_description" VARCHAR,
"value" DOUBLE,
"seen_on" BIGINT
);Anyone who has the link will be able to view this.