Baselight

Crop Yield Prediction Dataset

Predicting crop yield of 10 most consumed crops in 🌏

@kaggle.patelris_crop_yield_prediction_dataset

Yield
@kaggle.patelris_crop_yield_prediction_dataset.yield

  • 297.56 KB
  • 56717 rows
  • 12 columns
domain_code

Domain Code

domain

Domain

area_code

Area Code

area

Area

element_code

Element Code

element

Element

item_code

Item Code

item

Item

year_code

Year Code

year

Year

unit

Unit

value

Value

QCCrops2Afghanistan5419Yield56Maize19611961hg/ha14000
QCCrops2Afghanistan5419Yield56Maize19621962hg/ha14000
QCCrops2Afghanistan5419Yield56Maize19631963hg/ha14260
QCCrops2Afghanistan5419Yield56Maize19641964hg/ha14257
QCCrops2Afghanistan5419Yield56Maize19651965hg/ha14400
QCCrops2Afghanistan5419Yield56Maize19661966hg/ha14400
QCCrops2Afghanistan5419Yield56Maize19671967hg/ha14144
QCCrops2Afghanistan5419Yield56Maize19681968hg/ha17064
QCCrops2Afghanistan5419Yield56Maize19691969hg/ha17177
QCCrops2Afghanistan5419Yield56Maize19701970hg/ha14757

CREATE TABLE yield (
  "domain_code" VARCHAR,
  "domain" VARCHAR,
  "area_code" BIGINT,
  "area" VARCHAR,
  "element_code" BIGINT,
  "element" VARCHAR,
  "item_code" BIGINT,
  "item" VARCHAR,
  "year_code" BIGINT,
  "year" BIGINT,
  "unit" VARCHAR,
  "value" BIGINT
);

Share link

Anyone who has the link will be able to view this.