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

pandas indexing #68

Open
brownsarahm opened this issue Jun 14, 2018 · 0 comments
Open

pandas indexing #68

brownsarahm opened this issue Jun 14, 2018 · 0 comments

Comments

@brownsarahm
Copy link
Contributor

iloc indexing by rows gets a little in the weeds, in general, indexing by column name is most used and filtering rows by criteria is more common, the amount of time spend on row indexing is a bit much

also is row filtering by boolean mask or query a better way of introducing row filtering? or both?

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

No branches or pull requests

1 participant