Practice himself, for heaven's sake, in little things;and thence proceed to greater.
看在上帝的份上,先从小事做起吧;而后才能做更大的事。
——EPICTETUS(Discourses IV.i)
1.Pandas基本语法
创建DataFrame
创建多索引DataFrame
2. 重构数据(Reshape)
1.把列换成行
2.建立透视表(pivot)
3.数据框聚合
4.按列或者键排序或者重命名
5.舍弃掉不要的列
3. 行或者列的子集
1.行子集
2.列子集
4. Pandas逻辑表达式
有没有想要动手敲一下的冲动。
Photo byAmanda Sandlin
更多的学习资料
敬请关注公众号
参考文献
python for data analysis
Pandas官方文档