Possible things to consider for intermediate/advanced pandas class: - [ ] reading/writing to formats other than csv - [ ] reading data in by chunks - [ ] multi-indexing and its methods - [ ] sparse matrices and their methods - [ ] ways to speed up mathy things (lots of %timeit) - [ ] parallelized methods for pandas We can both also look up other pandas materials and think of other things we might like to add.
Possible things to consider for intermediate/advanced pandas class:
We can both also look up other pandas materials and think of other things we might like to add.