Crop Recommendation Dataset
Maximize agricultural yield by recommending appropriate crops
@kaggle.siddharthss_crop_recommendation_dataset
Maximize agricultural yield by recommending appropriate crops
@kaggle.siddharthss_crop_recommendation_dataset
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.