提供对于pandas各个功能与函数的速查,只有两页,图文并茂,快捷实用。
Tidy Data – A foundation for wrangling in pandas
Reshaping Data – Change the layout of a data set
Method Chaining
Most pandas methods return a DataFrame so that
another pandas method can be applied to the
result. This improves readability of code.