Pandas:统计函数与apply

import numpy as np import pandas as pd from pandas import Series,DataFrame 1、统计函数 方法 说明 count 非NA值的数量 describe 针对Series或各DataFrame列计算汇总统计 min、max 计算最小值和最大值 argmin、argmax 计算可以获取到最小值和最大值的索引位置 idxmin、idx
相关文章
相关标签/搜索