Crop Production Statistics - India
Analyzing India's Crop Production: A Comprehensive State and District-wise Data
@kaggle.nikhilmahajan29_crop_production_statistics_india
Analyzing India's Crop Production: A Comprehensive State and District-wise Data
@kaggle.nikhilmahajan29_crop_production_statistics_india
CREATE TABLE apy (
"state" VARCHAR,
"district" VARCHAR,
"crop" VARCHAR,
"crop_year" BIGINT,
"season" VARCHAR,
"area" DOUBLE,
"production" DOUBLE,
"yield" DOUBLE
);
Anyone who has the link will be able to view this.