Indian Agriculture Dataset
Indian Agriculture Dataset: Crop-wise Areas, Production, and Yields (Years)
@kaggle.vineetkukreti_indian_agriculture_dataset
Indian Agriculture Dataset: Crop-wise Areas, Production, and Yields (Years)
@kaggle.vineetkukreti_indian_agriculture_dataset
CREATE TABLE icrisat_district_level_data (
"dist_code" BIGINT,
"year" BIGINT,
"state_code" BIGINT,
"state_name" VARCHAR,
"dist_name" VARCHAR,
"rice_area_1000_ha" DOUBLE,
"rice_production_1000_tons" DOUBLE,
"rice_yield_kg_per_ha" DOUBLE,
"wheat_area_1000_ha" DOUBLE,
"wheat_production_1000_tons" DOUBLE,
"wheat_yield_kg_per_ha" DOUBLE,
"kharif_sorghum_area_1000_ha" DOUBLE,
"kharif_sorghum_production_1000_tons" DOUBLE,
"kharif_sorghum_yield_kg_per_ha" DOUBLE,
"rabi_sorghum_area_1000_ha" DOUBLE,
"rabi_sorghum_production_1000_tons" DOUBLE,
"rabi_sorghum_yield_kg_per_ha" DOUBLE,
"sorghum_area_1000_ha" DOUBLE,
"sorghum_production_1000_tons" DOUBLE,
"sorghum_yield_kg_per_ha" DOUBLE,
"pearl_millet_area_1000_ha" DOUBLE,
"pearl_millet_production_1000_tons" DOUBLE,
"pearl_millet_yield_kg_per_ha" DOUBLE,
"maize_area_1000_ha" DOUBLE,
"maize_production_1000_tons" DOUBLE,
"maize_yield_kg_per_ha" DOUBLE,
"finger_millet_area_1000_ha" DOUBLE,
"finger_millet_production_1000_tons" DOUBLE,
"finger_millet_yield_kg_per_ha" DOUBLE,
"barley_area_1000_ha" DOUBLE,
"barley_production_1000_tons" DOUBLE,
"barley_yield_kg_per_ha" DOUBLE,
"chickpea_area_1000_ha" DOUBLE,
"chickpea_production_1000_tons" DOUBLE,
"chickpea_yield_kg_per_ha" DOUBLE,
"pigeonpea_area_1000_ha" DOUBLE,
"pigeonpea_production_1000_tons" DOUBLE,
"pigeonpea_yield_kg_per_ha" DOUBLE,
"minor_pulses_area_1000_ha" DOUBLE,
"minor_pulses_production_1000_tons" DOUBLE,
"minor_pulses_yield_kg_per_ha" DOUBLE,
"groundnut_area_1000_ha" DOUBLE,
"groundnut_production_1000_tons" DOUBLE,
"groundnut_yield_kg_per_ha" DOUBLE,
"sesamum_area_1000_ha" DOUBLE,
"sesamum_production_1000_tons" DOUBLE,
"sesamum_yield_kg_per_ha" DOUBLE,
"rapeseed_and_mustard_area_1000_ha" DOUBLE,
"rapeseed_and_mustard_production_1000_tons" DOUBLE,
"rapeseed_and_mustard_yield_kg_per_ha" DOUBLE,
"safflower_area_1000_ha" DOUBLE,
"safflower_production_1000_tons" DOUBLE,
"safflower_yield_kg_per_ha" DOUBLE,
"castor_area_1000_ha" DOUBLE,
"castor_production_1000_tons" DOUBLE,
"castor_yield_kg_per_ha" DOUBLE,
"linseed_area_1000_ha" DOUBLE,
"linseed_production_1000_tons" DOUBLE,
"linseed_yield_kg_per_ha" DOUBLE,
"sunflower_area_1000_ha" DOUBLE,
"sunflower_production_1000_tons" DOUBLE,
"sunflower_yield_kg_per_ha" DOUBLE,
"soyabean_area_1000_ha" DOUBLE,
"soyabean_production_1000_tons" DOUBLE,
"soyabean_yield_kg_per_ha" DOUBLE,
"oilseeds_area_1000_ha" DOUBLE,
"oilseeds_production_1000_tons" DOUBLE,
"oilseeds_yield_kg_per_ha" DOUBLE,
"sugarcane_area_1000_ha" DOUBLE,
"sugarcane_production_1000_tons" DOUBLE,
"sugarcane_yield_kg_per_ha" DOUBLE,
"cotton_area_1000_ha" DOUBLE,
"cotton_production_1000_tons" DOUBLE,
"cotton_yield_kg_per_ha" DOUBLE,
"fruits_area_1000_ha" DOUBLE,
"vegetables_area_1000_ha" DOUBLE,
"fruits_and_vegetables_area_1000_ha" DOUBLE,
"potatoes_area_1000_ha" DOUBLE,
"onion_area_1000_ha" DOUBLE,
"fodder_area_1000_ha" DOUBLE
);
Anyone who has the link will be able to view this.