Baselight

Stockholm Mean Air Temperature [Time Series]

Monthly Mean Air Temperature in Stockholm between 1980-2020

@kaggle.andreaspalmgren_stockholm_mean_air_temperature_time_series

Loading...
Loading...

About this Dataset

Stockholm Mean Air Temperature [Time Series]

Context

The dataset contains monthly mean air temperature in Stockholm, Sweden. With a time period of 1980-2020, the last four years has been split into a test set.

  • Column 1: Year
  • Column 2-13: Monthly mean air temperature for January through December

Temperature is given in °C rounded to one decimal.

Acknowledgements

Anders Moberg (2021) Stockholm Historical Weather Observations — Monthly mean air temperatures since 1756. Dataset version 3. Bolin Centre Database. https://doi.org/10.17043/stockholm-historical-monthly-temperature-3

Tables

Test Stockholm Monthly Mean Temperature

@kaggle.andreaspalmgren_stockholm_mean_air_temperature_time_series.test_stockholm_monthly_mean_temperature
  • 8.88 KB
  • 4 rows
  • 13 columns
Loading...

CREATE TABLE test_stockholm_monthly_mean_temperature (
  "year" BIGINT,
  "jan" DOUBLE,
  "feb" DOUBLE,
  "mar" DOUBLE,
  "apr" DOUBLE,
  "may" DOUBLE,
  "jun" DOUBLE,
  "jul" DOUBLE,
  "aug" DOUBLE,
  "sep" DOUBLE,
  "oct" DOUBLE,
  "nov" DOUBLE,
  "dec" DOUBLE
);

Train Stockholm Monthly Mean Temperature

@kaggle.andreaspalmgren_stockholm_mean_air_temperature_time_series.train_stockholm_monthly_mean_temperature
  • 10.63 KB
  • 37 rows
  • 13 columns
Loading...

CREATE TABLE train_stockholm_monthly_mean_temperature (
  "year" BIGINT,
  "jan" DOUBLE,
  "feb" DOUBLE,
  "mar" DOUBLE,
  "apr" DOUBLE,
  "may" DOUBLE,
  "jun" DOUBLE,
  "jul" DOUBLE,
  "aug" DOUBLE,
  "sep" DOUBLE,
  "oct" DOUBLE,
  "nov" DOUBLE,
  "dec" DOUBLE
);

Share link

Anyone who has the link will be able to view this.