Crop Production
To do prediction on crops from three different states
@kaggle.divyosmi2009_crop_production_in_india_statevise
To do prediction on crops from three different states
@kaggle.divyosmi2009_crop_production_in_india_statevise
CREATE TABLE crop_production (
"state_name" VARCHAR,
"district_name" VARCHAR,
"crop_year" BIGINT,
"season" VARCHAR,
"crop" VARCHAR,
"area" DOUBLE,
"production" DOUBLE
);
Anyone who has the link will be able to view this.