摘要: 首先安装完numpy之后就可以安装pandas了 pip insert pandas 下面是简单的用法可读取任何文件数据包括数据库 import pandas as pd #通常用pd作为pandas的别名s=pd.Series([1,2,3],index=['a','b','c'])#创建一个序列 阅读全文
posted @ 2018-06-23 15:52 纯情 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 首先还是下载win系统下 pip insert matplotlib Linux的系统下用 sudo apt-get install python-matplotlib 下面是简单的使用说明: import numpy as npimport matplotlib.pyplot as plt #导入 阅读全文
posted @ 2018-06-23 15:16 纯情 阅读(182) 评论(0) 推荐(0) 编辑