摘要: 首先补充一下python shell,ipython shell及jupyter概念。 python shell:安装python后系统终端进入的输入界面,不好用。 ipython shell::安装ipython后即有,通过anaconda终端(anaconda prompt)输入ipython进 阅读全文
posted @ 2018-10-19 03:39 Parallax 阅读(147) 评论(0) 推荐(0) 编辑
摘要: (一)Series 可以把 Pandas 的 Series 对象看成一种特殊的 Python 字典 “{ }”, 将类型键映射到类型值.(显式索引)。 data.values , data.index 1 data = pd.Series([0.25, 0.5, 0.75, 1.0], index= 阅读全文
posted @ 2018-10-19 00:23 Parallax 阅读(223) 评论(0) 推荐(0) 编辑