15 Pandas
Here’s the introductory chapter of the book, by the original author of the library pandas Wes McKinney. In particular, we’ll look at subtitles:
- 5.1. Introduction to pandas Data Structures
- 5.2. Essential Functionality
- Indexing, selection and filtering
- Function application and mapping
- Sorting and ranking
- 7.1. Handling missing data
- 7.2. Replacing values
- 7.4. String functions in pandas
- 10.1. How to think about group operations
These are useful cheatsheets.
Check out the pandas getting-started documentation here
Here’s short introduction by the very author of the library: