Long-term Corn Yields In United States (USDA/NASS, 2023)
@owid.us_corn_yields
@owid.us_corn_yields
This data is sourced from the USDA/NASS database, which reports survey data on corn yields in bushels per acre. To convert these values to tonnes per hectare, we have used a conversion factor of 0.06276, following USDA definitions.
CREATE TABLE owid_us_corn_yields_1 (
"country" VARCHAR,
"year" INTEGER,
"corn_yield" FLOAT
);CREATE TABLE owid_us_corn_yields_2 (
"country" VARCHAR,
"year" INTEGER,
"corn_yield" FLOAT
);CREATE TABLE owid_us_corn_yields_3 (
"country" VARCHAR,
"year" INTEGER,
"corn_yield" FLOAT
);Anyone who has the link will be able to view this.