Ch 11: Code missing to create aus_tourism #87
razzleh
started this conversation in
Error report
Replies: 2 comments
-
|
Update: The code to import and prepare the prisoners data is also missing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. Both now fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In chapter 11, for the tourism example, the import code is missing. Although the page suggests it should use the
aus_tourismdataset, I've found I had to use thetourismdataset to have the required columns. However, I don't know the remaining processing code that should be applied to the data. Without it, I get errors trying to run the provided code. For example, I don't have a column calledunique_idwhich the code tries to drop. I suspect the data is somehow aggregated and features renamed as part of the data import code that is missing.Beta Was this translation helpful? Give feedback.
All reactions