Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include="int" should be "int64" #4

Open
bishop527 opened this issue Jul 5, 2020 · 0 comments
Open

include="int" should be "int64" #4

bishop527 opened this issue Jul 5, 2020 · 0 comments

Comments

@bishop527
Copy link

In Chapter 2 Selecting columns with methods, step 2 has the following
movies.select_dtypes(include="int").head()
When run this will only show the index column.

To match the intent of the section and the output in the book, the code should be
movies.select_dtypes(include="int64").head()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant