Pandas 常用函数-数据统计和描述

简介: Pandas 常用函数-数据统计和描述
函数 说明
df.describe() 计算基本统计信息,如均值、标准差、最小值、最大值等。
df.mean() 计算每列的平均值。
df.median() 计算每列的中位数。
df.mode() 计算每列的众数。
df.count() 计算每列非缺失值的数量。
目录
相关文章
|
2月前
|
Serverless 数据处理 索引
Pandas中的shift函数:轻松实现数据的前后移动
Pandas中的shift函数:轻松实现数据的前后移动
159 0
|
2月前
|
数据采集 数据可视化 数据挖掘
Pandas函数大合集:数据处理神器一网打尽!
Pandas函数大合集:数据处理神器一网打尽!
34 0
|
3天前
|
Python
|
3天前
|
Python
|
2天前
|
Python
Pandas 常用函数-数据合并
Pandas 常用函数-数据合并
10 1
|
3天前
|
索引 Python
Pandas 常用函数-数据排序
10月更文挑战第28天
6 1
|
3天前
|
数据采集 Python
Pandas 常用函数-数据清洗
Pandas 常用函数-数据清洗
11 2
|
3天前
|
Python
Pandas 常用函数-查看数据
Pandas 常用函数-查看数据
8 2
|
3天前
|
SQL JSON 数据库
Pandas 常用函数-读取数据
Pandas 常用函数-读取数据
10 2
|
2天前
|
Python
Pandas 常用函数-数据选择和过滤
Pandas 常用函数-数据选择和过滤
5 0

热门文章

最新文章