We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792c02 commit 528a1a3Copy full SHA for 528a1a3
exercises/06-intro-pscores-exercises.qmd
@@ -102,9 +102,9 @@ Here's a data dictionary of the variables we need in the `seven_dwarfs` data set
102
|--------------------------------|--------------------------|
103
| Posted Wait Time (outcome) | `wait_minutes_posted_avg`|
104
| Extra Magic Morning (exposure) | `park_extra_magic_morning` |
105
-| Ticket Season | `day_ticket_season` |
+| Ticket Season | `park_ticket_season` |
106
| Closing Time | `park_close` |
107
-| Historic Temperature | `day_temperature_high` |
+| Historic Temperature | `park_temperature_high` |
108
109
## Your Turn
110
0 commit comments