Python Project On Weather Dataset
Python project for Data Analytics_beginners
@kaggle.swatikhedekar_python_project_on_weather_dataset
Python project for Data Analytics_beginners
@kaggle.swatikhedekar_python_project_on_weather_dataset
CREATE TABLE weather_data (
"date_time" TIMESTAMP,
"temp_c" DOUBLE,
"dew_point_temp_c" DOUBLE,
"rel_hum" BIGINT,
"wind_speed_km_h" BIGINT,
"visibility_km" DOUBLE,
"press_kpa" DOUBLE,
"weather" VARCHAR
);
Anyone who has the link will be able to view this.