Baselight

Crop Recommendation Dataset

Tailored Crop Recommendations for Success.

@kaggle.varshitanalluri_crop_recommendation_dataset

Crop Recommendation
@kaggle.varshitanalluri_crop_recommendation_dataset.crop_recommendation

  • 95.23 KB
  • 2200 rows
  • 8 columns
nitrogen

Nitrogen

phosphorus

Phosphorus

potassium

Potassium

temperature

Temperature

humidity

Humidity

ph_value

PH Value

rainfall

Rainfall

crop

Crop

90424320.8797437182.002744236.502985292202.9355362Rice
85584121.7704616980.319644087.038096361226.6555374Rice
60554423.0044591582.32076297.840207144263.9642476Rice
74354026.4910963580.158362646.980400905242.8640342Rice
78424220.1301748281.604872877.628472891262.7173405Rice
69374223.0580487283.370117727.073453503251.0549998Rice
69553822.7088379882.639413945.70080568271.3248604Rice
94534020.2777436282.894086195.718627178241.9741949Rice
89543824.5158806683.53521636.685346424230.4462359Rice
68583823.2239738683.033226916.336253525221.2091958Rice

CREATE TABLE crop_recommendation (
  "nitrogen" BIGINT,
  "phosphorus" BIGINT,
  "potassium" BIGINT,
  "temperature" DOUBLE,
  "humidity" DOUBLE,
  "ph_value" DOUBLE,
  "rainfall" DOUBLE,
  "crop" VARCHAR
);

Share link

Anyone who has the link will be able to view this.