理想国数据分析第一次笔记
作者:张大鹏
Numpy
001. arange()
作用:生成一个序列
例如: numpy.arange(10)
002. Numpy是什么
1.是Python的开源数值计算库
003.创建ndarray对象
1.从Python数据转换过来
2.通过Numpy的函数生成
3.从文件读取
Matplotlib
001.投射折线图
# -*- coding: utf-8 -*-
import matplotlib . pyplot as plt
plt . plot ([