Weather Forecast Dataset
Dataset for Classification Problem - Machine Learning for Beginner
@kaggle.zeeshier_weather_forecast_dataset
Dataset for Classification Problem - Machine Learning for Beginner
@kaggle.zeeshier_weather_forecast_dataset
CREATE TABLE weather_forecast_data (
"temperature" DOUBLE,
"humidity" DOUBLE,
"wind_speed" DOUBLE,
"cloud_cover" DOUBLE,
"pressure" DOUBLE,
"rain" VARCHAR
);
Anyone who has the link will be able to view this.