Wrangling Data Tips and Tricks
- Caveats and Gotchas in Python
-
Some R gotchas - potentially surprising R results from from Mike Love (@mikelove) such as dropped dimensions, converting strings to factors and logical operators.
- Things in Pandas I Wish I Had Known Earlier - includes renaming columns, applying row-wise computations, computations with missing values, sorting & reindexing.