Baselight

Crop Yield Prediction Dataset

Predicting crop yield of 10 most consumed crops in 🌏

@kaggle.patelris_crop_yield_prediction_dataset

Pesticides
@kaggle.patelris_crop_yield_prediction_dataset.pesticides

  • 27.67 KB
  • 4349 rows
  • 7 columns
domain

Domain

area

Area

element

Element

item

Item

year

Year

unit

Unit

value

Value

Pesticides UseAlbaniaUsePesticides (total)1990tonnes of active ingredients121
Pesticides UseAlbaniaUsePesticides (total)1991tonnes of active ingredients121
Pesticides UseAlbaniaUsePesticides (total)1992tonnes of active ingredients121
Pesticides UseAlbaniaUsePesticides (total)1993tonnes of active ingredients121
Pesticides UseAlbaniaUsePesticides (total)1994tonnes of active ingredients201
Pesticides UseAlbaniaUsePesticides (total)1995tonnes of active ingredients251
Pesticides UseAlbaniaUsePesticides (total)1996tonnes of active ingredients313.96
Pesticides UseAlbaniaUsePesticides (total)1997tonnes of active ingredients376.93
Pesticides UseAlbaniaUsePesticides (total)1998tonnes of active ingredients439.89
Pesticides UseAlbaniaUsePesticides (total)1999tonnes of active ingredients502.86

CREATE TABLE pesticides (
  "domain" VARCHAR,
  "area" VARCHAR,
  "element" VARCHAR,
  "item" VARCHAR,
  "year" BIGINT,
  "unit" VARCHAR,
  "value" DOUBLE
);

Share link

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