Crop Yields
Why did the Yield Sign want to divorce the Stop Sign? He caught her in a 4-way
@kaggle.programmerrdai_crop_yields
Why did the Yield Sign want to divorce the Stop Sign? He caught her in a 4-way
@kaggle.programmerrdai_crop_yields
In agriculture, the yield is a measurement of the amount of a crop grown, or product such as wool, meat or milk produced, per unit area of land. The seed ratio is another way of calculating yields. Wikipedia
@article{owidcropyields,
author = {Hannah Ritchie and Max Roser},
title = {Crop Yields},
journal = {Our World in Data},
year = {2013},
note = {https://ourworldindata.org/crop-yields}
}
CREATE TABLE palm_oil_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_oil_palm_fruit_254_yield_5419_hg_ha" DOUBLE -- Crops - Oil Palm Fruit - 254 - Yield - 5419 - Hg/ha
);CREATE TABLE pea_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_peas_dry_187_yield_5419_hg_ha" DOUBLE -- Crops - Peas, Dry - 187 - Yield - 5419 - Hg/ha
);CREATE TABLE potato_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_potatoes_116_yield_5419_hg_ha" DOUBLE -- Crops - Potatoes - 116 - Yield - 5419 - Hg/ha
);CREATE TABLE rapeseed_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_rapeseed_270_yield_5419_hg_ha" DOUBLE -- Crops - Rapeseed - 270 - Yield - 5419 - Hg/ha
);CREATE TABLE rice_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_cereals_rice_milled_eqv_1817_yield_5419_hg_ha" DOUBLE -- Crops - Cereals (Rice Milled Eqv) - 1817 - Yield - 5419 - Hg/ha
);CREATE TABLE soybean_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_soybeans_236_yield_5419_hg_ha" DOUBLE -- Crops - Soybeans - 236 - Yield - 5419 - Hg/ha
);CREATE TABLE sugar_beet_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_sugar_beet_157_yield_5419_hg_ha" DOUBLE -- Crops - Sugar Beet - 157 - Yield - 5419 - Hg/ha
);CREATE TABLE sugar_cane_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_sugar_cane_156_yield_5419_hg_ha" DOUBLE -- Crops - Sugar Cane - 156 - Yield - 5419 - Hg/ha
);CREATE TABLE tea_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_tea_667_yield_5419_hg_ha" DOUBLE -- Crops - Tea - 667 - Yield - 5419 - Hg/ha
);CREATE TABLE tomato_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_tomatoes_388_yield_5419_hg_ha" DOUBLE -- Crops - Tomatoes - 388 - Yield - 5419 - Hg/ha
);CREATE TABLE wheat_yields (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"crops_wheat_15_yield_5419_hg_ha" DOUBLE -- Crops - Wheat - 15 - Yield - 5419 - Hg/ha
);Anyone who has the link will be able to view this.