python-socialsci icon indicating copy to clipboard operation
python-socialsci copied to clipboard

pandas indexing

Open brownsarahm opened this issue 6 years ago • 0 comments

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?

brownsarahm avatar Jun 14 '18 21:06 brownsarahm