Bergen Weather Data 2023
Precipitation, air temperature & wind speed from the city of Bergen, Norway
@kaggle.amykzhang_bergen_weather_data_2023
Precipitation, air temperature & wind speed from the city of Bergen, Norway
@kaggle.amykzhang_bergen_weather_data_2023
CREATE TABLE florida (
"name" VARCHAR,
"station" VARCHAR,
"time" VARCHAR,
"precipitation" DOUBLE,
"air_temperature" DOUBLE,
"maximum_mean_wind_speed" DOUBLE,
"weather" VARCHAR
);
Anyone who has the link will be able to view this.