pandas中数据框DataFrame获取每一列最大值或最小值

1、python中数据框求每列的最大值和最小值

df.min()
df.max()

原文地址:https://www.cnblogs.com/komean/p/11063480.html