Wheat Prices - Historical Annual Data
List of historical wheat prices from 1960-2022
@kaggle.kabhishm_wheat_prices_historical_annual_data
List of historical wheat prices from 1960-2022
@kaggle.kabhishm_wheat_prices_historical_annual_data
CREATE TABLE wheat_prices (
"year" BIGINT,
"avg_closing_price" VARCHAR,
"year_open" VARCHAR,
"year_high" VARCHAR,
"year_low" VARCHAR,
"year_close" VARCHAR,
"annual_perc_change" VARCHAR
);
Anyone who has the link will be able to view this.