Wheat Cultivation Data For Districts Of India
@kaggle.shubhamgupta012_wheat_cultivation_data_for_districts_of_india
@kaggle.shubhamgupta012_wheat_cultivation_data_for_districts_of_india
CREATE TABLE wheat (
"dist_code" BIGINT,
"year" BIGINT,
"state_code" BIGINT,
"state_name" VARCHAR,
"dist_name" VARCHAR,
"wheat_area_1000_ha" DOUBLE,
"wheat_production_1000_tons" DOUBLE,
"wheat_yield_kg_per_ha" DOUBLE
);
Anyone who has the link will be able to view this.