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
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.