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_df (
"unnamed_0" BIGINT,
"area" VARCHAR,
"item" VARCHAR,
"year" BIGINT,
"hg_ha_yield" BIGINT,
"average_rain_fall_mm_per_year" DOUBLE,
"pesticides_tonnes" DOUBLE,
"avg_temp" DOUBLE
);
Anyone who has the link will be able to view this.