python-socialsci
python-socialsci copied to clipboard
Section on indexing should cover index arrays
This is about the episode on selecting data
- Using boolean arrays for indexing is a foundational concept. It is also used many times later in the material (e.g. filtering/selecting using conditions). However it isn't really introduced properly in the preceding material.
- In this context, it might also be worthwhile to talk a little bit about
pandas.Index
objects.