【python-数据分析-Pandas】Pandas介绍&Series&Data Frame Pandas介绍出现的必要性什么是Pandas SeriesSeries创建通过list创建通过数组创建通过字典创建按照想要的顺序 Series基本用法isnull & notnull通过索引获取数据 Data Frame字典类构造DataFrame查看行列索引列表类构造DataFrame DataFrame的基本用法 Pandas介绍 出现的必要性 除了数值型数据还有字符串、时间序列… 什么是Pandas 学习Pandas网页 Series 左边索引(index)、右边数据(values) Series创建 通过list创建 通过数组创建 通过字典创建 按照想要的顺序 索引长度和数据长度必须相同 Series基本用法 isnull & notnull 通过索引获取数据 Data Frame 字典类构造DataFrame 查看行列索引 列表类构造DataFrame DataFrame的基本用法 1. 2. 3.