http://python.jobbole.com/84416/
pandas数据特征分析
排序:.sort_index() .sort_values()
基本统计函数:.describe()
累计统计函数:.*cum() .*rolling() .*()
相关性分析:.corr() .cov()