Python——Pandas库

目录

1 Pandas基础篇

1.1 简介

1.2 数据结构 

1.3 数据分析 

1.3.1 选择

1.3.2 删除与排序 

1.3.3 查询序列和数据框信息 

1.3.4 应用函数 

1.3.5 数据对齐

1.4 输入输出 

2 Pandas进阶 

2.1 数据重塑

2.2 高级索引 

2.3 数据处理 

2.4 合并数据 

2.4.1  合并-Merge

2.4.2 连接及拼接 

2.5 日期及可视化 

3 Pandas总结(代码) 


1 Pandas基础篇

1.1 简介

Python——Pandas库_第1张图片

1.2 数据结构 

        Python——Pandas库_第2张图片

   

1.3 数据分析 

1.3.1 选择

(1)取值

Python——Pandas库_第3张图片

(2)选取、布尔索引及设置值

Python——Pandas库_第4张图片 

1.3.2 删除与排序 

Python——Pandas库_第5张图片

1.3.3 查询序列和数据框信息 

Python——Pandas库_第6张图片

1.3.4 应用函数 

Python——Pandas库_第7张图片

Python中apply函数 

1.3.5 数据对齐

Python——Pandas库_第8张图片

python中的nan 

1.4 输入输出 

Python——Pandas库_第9张图片Python——Pandas库_第10张图片 Python两种方式加载文件内容

2 Pandas进阶 

2.1 数据重塑

Python——Pandas库_第11张图片Python——Pandas库_第12张图片Python——Pandas库_第13张图片Python——Pandas库_第14张图片

2.2 高级索引 

Python——Pandas库_第15张图片Python——Pandas库_第16张图片

Python——Pandas库_第17张图片

2.3 数据处理 

Python——Pandas库_第18张图片

2.4 合并数据 

Python——Pandas库_第19张图片 

2.4.1  合并-Merge

Python——Pandas库_第20张图片

2.4.2 连接及拼接 

Python——Pandas库_第21张图片

2.5 日期及可视化 

Python——Pandas库_第22张图片

3 Pandas总结(代码) 

Python机器学习基础之Pandas库的使用

你可能感兴趣的:(#,Python旅程,#,python重要库学习,python,数据挖掘,数据分析)