Skip to contents

Sample time series data with a date column and 4 other columns indicating percentage of remotely working individuals across 4 categories

Source

https://github.com/ruralinnovation/map48-project

Value

time_series_sample_data

a tibble

Examples

data(time_series_sample_data)
str(time_series_sample_data)
#> spec_tbl_df [20 × 5] (S3: spec_tbl_df/tbl_df/tbl/data.frame)
#>  $ date                      : Date[1:20], format: "2020-05-01" "2020-06-01" ...
#>  $ less_than_high_school     : num [1:20] 0.05 0.05 0.04 0.03 0.04 0.03 0.03 0.03 0.03 0.03 ...
#>  $ high_school_no_college    : num [1:20] 0.15 0.13 0.1 0.09 0.08 0.07 0.07 0.09 0.08 0.08 ...
#>  $ some_college_or_associates: num [1:20] 0.25 0.22 0.19 0.17 0.16 0.15 0.16 0.17 0.16 0.16 ...
#>  $ bachelors_or_higher       : num [1:20] 0.6 0.54 0.47 0.44 0.42 0.4 0.4 0.43 0.43 0.41 ...
#>  - attr(*, "spec")=List of 3
#>   ..$ cols   :List of 5
#>   .. ..$ date                      : list()
#>   .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector"
#>   .. ..$ less_than_high_school     : list()
#>   .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector"
#>   .. ..$ high_school_no_college    : list()
#>   .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector"
#>   .. ..$ some_college_or_associates: list()
#>   .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector"
#>   .. ..$ bachelors_or_higher       : list()
#>   .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector"
#>   ..$ default: list()
#>   .. ..- attr(*, "class")= chr [1:2] "collector_guess" "collector"
#>   ..$ delim  : chr ","
#>   ..- attr(*, "class")= chr "col_spec"
#>  - attr(*, "problems")=<externalptr>