Skip to content

Commit 528a1a3

Browse files
committed
fix variable names day --> park
1 parent d792c02 commit 528a1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/06-intro-pscores-exercises.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ Here's a data dictionary of the variables we need in the `seven_dwarfs` data set
102102
|--------------------------------|--------------------------|
103103
| Posted Wait Time (outcome) | `wait_minutes_posted_avg`|
104104
| Extra Magic Morning (exposure) | `park_extra_magic_morning` |
105-
| Ticket Season | `day_ticket_season` |
105+
| Ticket Season | `park_ticket_season` |
106106
| Closing Time | `park_close` |
107-
| Historic Temperature | `day_temperature_high` |
107+
| Historic Temperature | `park_temperature_high` |
108108

109109
## Your Turn
110110

0 commit comments

Comments
 (0)