Crop Production Data ( Raw + Refined)
The crop production data for prediction based on various factors
@kaggle.kunshbhatia_crop_production_data_raw_refined
The crop production data for prediction based on various factors
@kaggle.kunshbhatia_crop_production_data_raw_refined
๐งบ Crop Production Data (Raw + Refined) ๐พ
This dataset contains both raw and refined versions of crop production data across different Indian states, compiled and cleaned for machine learning applications such as crop recommendation, yield forecasting, and agri-insights generation.
๐ Dataset Files
Crop_recommendation.csv
โค The original dataset with unprocessed fields directly sourced from government data repositories.
crop_Data.xslx.csv
โค Cleaned and preprocessed version with standardized crop names, formatted dates, and missing values handled โ ready for ML tasks.
๐ Key Features
๐ค Credits
Curated and cleaned by Kunsh Bhatia
Feel free to fork, star โญ and use it in your own agricultural related projects!
CREATE TABLE crop_data_xlsx (
"temperature" DOUBLE,
"humidity" DOUBLE,
"ph" DOUBLE,
"rainfall" DOUBLE,
"label" VARCHAR,
"label_num" BIGINT
);
CREATE TABLE crop_recommendation (
"n" BIGINT,
"p" BIGINT,
"k" BIGINT,
"temperature" DOUBLE,
"humidity" DOUBLE,
"ph" DOUBLE,
"rainfall" DOUBLE,
"label" VARCHAR
);
Anyone who has the link will be able to view this.