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
Hourly weather data recorded in 2023 in the coastal city of Bergen, Norway.
Source for this weather data: Norwegian Center for Climate Services by The Norwegian Meteorological Institute (MET Norway) https://seklima.met.no/
The data folder contains one CSV file.
Header image: Go Fjords https://gofjords.com/
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.