摘要: Pandas库中除了Series, DataFrame这两种常用数据结构外,还有一种Panel数据结构,通常可以用一个由DataFrame对象组成的字典或者一个三维数组来创建Panel对象。 用print()方法来查看创建的Panel对象score_panel信息:Panel对象有Item axis 阅读全文
posted @ 2016-03-26 23:36 Jeremy_Tian 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: References: Computational Statistics in Python。http://people.duke.edu/~ccc14/sta-663/index.html 阅读全文
posted @ 2016-03-24 22:30 Jeremy_Tian 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Using Rmagic 阅读全文
posted @ 2016-03-24 22:22 Jeremy_Tian 阅读(170) 评论(0) 推荐(0) 编辑