📜  pandas describe get mean min max - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:00.306000             🧑  作者: Mango

代码示例1
# credit to Stack Overflow user in source link
# df is your pandas DataFrame

df.describe().loc[['mean', 'min', 'max']]