My top 25 pandas tricks

You’re about to learn 25 tricks that will help you to work faster, write better pandas code, and impress your friends. These are the BEST tricks I’ve learned from 5 years of teaching Python’s pandas library. Don’t miss the BONUS at the end of this video! TRICKS: 0:43 1. Show installed versions 1:20 2. Create an example DataFrame 2:22 3. Rename columns 3:47 4. Reverse row order 4:36 5. Reverse column order 5:01 6. Select columns by data type 5:40 7. Convert strings to numbers 6:55 8. Reduce DataFrame size
Back to Top