Simple Weather Forecast
Weather forecast collected over 14 days.
@kaggle.dheemanthbhat_simple_weather_forecast
Weather forecast collected over 14 days.
@kaggle.dheemanthbhat_simple_weather_forecast
CREATE TABLE weather_forecast (
"outlook" VARCHAR,
"temperature" VARCHAR,
"humidity" VARCHAR,
"windy" VARCHAR,
"play" VARCHAR
);
Anyone who has the link will be able to view this.