Simple Rainfall Classification Dataset
Classification Dataset
@kaggle.sujithmandala_simple_rainfall_classification_dataset
Classification Dataset
@kaggle.sujithmandala_simple_rainfall_classification_dataset
This dataset could be useful for weather forecasting, rainfall pattern analysis, or understanding the relationships between various meteorological variables and weather conditions.
Contains these columns -
date
rainfall
temperature
humidity
wind_speed
weather_condition
CREATE TABLE rainfall (
"date" VARCHAR,
"rainfall" DOUBLE,
"temperature" DOUBLE,
"humidity" DOUBLE,
"wind_speed" DOUBLE,
"weather_condition" VARCHAR
);Anyone who has the link will be able to view this.