Sample of 4 Daily Time Series Datasets from the M4 Competition
Source:R/data-m4_daily.R
m4_daily.Rd
The fourth M Competition. M4, started on 1 January 2018 and ended in 31 May 2018. The competition included 100,000 time series datasets. This dataset includes a sample of 4 daily time series from the competition.
Format
A tibble: 9,743 x 3
id
Factor. Unique series identifier (4 total)date
Date. Timestamp information. Daily format.value
Numeric. Value at the corresponding timestamp.
Examples
m4_daily
#> # A tibble: 9,743 × 3
#> id date value
#> <fct> <date> <dbl>
#> 1 D10 2014-07-03 2076.
#> 2 D10 2014-07-04 2073.
#> 3 D10 2014-07-05 2049.
#> 4 D10 2014-07-06 2049.
#> 5 D10 2014-07-07 2006.
#> 6 D10 2014-07-08 2018.
#> 7 D10 2014-07-09 2019.
#> 8 D10 2014-07-10 2007.
#> 9 D10 2014-07-11 2010
#> 10 D10 2014-07-12 2002.
#> # ℹ 9,733 more rows