Processed data for the OpenTable Year-Over-Year Seated Diners line charts that shows reservation data from a sample of restaurants across Indiana and other regional states. Each data point is the median daily percent difference in seated diners from 2019 to either 2020 or 2021 depending on the date.
open_tab_reg
An object of class tbl_df
(inherits from tbl
, data.frame
) with 3732 rows and 4 columns.
Data Dictionary entry
head(open_tab_reg) #> # A tibble: 6 × 4 #> Name date pct_diff weekend #> <chr> <date> <dbl> <lgl> #> 1 Illinois 2020-02-18 -0.04 FALSE #> 2 Illinois 2020-02-19 0.04 FALSE #> 3 Illinois 2020-02-20 -0.02 FALSE #> 4 Illinois 2020-02-21 -0.03 FALSE #> 5 Illinois 2020-02-22 0.06 TRUE #> 6 Illinois 2020-02-23 0.11 TRUE