Agriculture And Farming Dataset
Insights and Trends in Agriculture and Farming: A Comprehensive Data Analysis
@kaggle.bhadramohit_agriculture_and_farming_dataset
Insights and Trends in Agriculture and Farming: A Comprehensive Data Analysis
@kaggle.bhadramohit_agriculture_and_farming_dataset
CREATE TABLE agriculture_dataset (
"farm_id" VARCHAR,
"crop_type" VARCHAR,
"farm_area_acres" DOUBLE,
"irrigation_type" VARCHAR,
"fertilizer_used_tons" DOUBLE,
"pesticide_used_kg" DOUBLE,
"yield_tons" DOUBLE,
"soil_type" VARCHAR,
"season" VARCHAR,
"water_usage_cubic_meters" DOUBLE
);
Anyone who has the link will be able to view this.