Real Commodity Price Index Since 1850 - Jacks (2016)
@owid.commodity_prices
@owid.commodity_prices
CREATE TABLE owid_commodity_prices (
"country" VARCHAR,
"year" INTEGER,
"beef" FLOAT,
"hides" FLOAT,
"lamb" FLOAT,
"pork" FLOAT,
"coal" FLOAT,
"natural_gas" FLOAT,
"petroleum" FLOAT,
"barley" FLOAT,
"corn" FLOAT,
"rice" FLOAT,
"rye" FLOAT,
"wheat" FLOAT,
"aluminum" FLOAT,
"chromium" FLOAT,
"copper" FLOAT,
"lead" FLOAT,
"manganese" FLOAT,
"nickel" FLOAT,
"steel" FLOAT,
"tin" FLOAT,
"zinc" FLOAT,
"bauxite" FLOAT,
"iron_ore" FLOAT,
"phosphate" FLOAT,
"potash" FLOAT,
"sulfur" FLOAT,
"gold" FLOAT,
"platinum" FLOAT,
"silver" FLOAT,
"cocoa" FLOAT,
"coffee" FLOAT,
"cotton" FLOAT,
"cottonseed" FLOAT,
"palm_oil" FLOAT,
"peanuts" FLOAT,
"rubber" FLOAT,
"sugar" FLOAT,
"tea" FLOAT,
"tobacco" FLOAT,
"wool" FLOAT
);
Anyone who has the link will be able to view this.