Crop Yield Prediction Dataset
Predicting crop yield of 10 most consumed crops in 🌏
@kaggle.patelris_crop_yield_prediction_dataset
Predicting crop yield of 10 most consumed crops in 🌏
@kaggle.patelris_crop_yield_prediction_dataset
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
);
Anyone who has the link will be able to view this.