第01章 Pandas基础
相较于《利用Python进行数据分析》,本书最大的特点是所有操作都变成了分解动作,而且每步都有详细讲解。但是,书写的有点啰嗦,而Jupyter Notebook又有些错。我对两者做了整合和总结。
第一遍整理完,还有许多地方不足,还要再弄。
作者Theodore Petrou,Dunder Data创始人
公司网址,http://www.dunderdata.com(dunder是蒸馏朗姆酒的残留液体,取这个名字是类比数据分析过程)
GitHub地址:https://github.com/tdpetrou
领英个人页面:https://www.linkedin.com/in/tedpetrou
推特:https://twitter.com/tedpetrou?lang=en
Medium博客:@petrou.theodore"">https://medium.com/@petrou.theodore
# 引入pandas和numpy的约定
in[1]: import pandas as pd
import numpy as np