摘要: #### 1. 取最大值, 最小值, 平均值 ```python df.max() df.iloc[:, 1:].max() df.min() df.mean() # 输出 index value ``` #### 2. 生成 空值, 带index的 series ```python pd.Seri 阅读全文
posted @ 2023-08-24 15:29 是阿杰呀 阅读(609) 评论(0) 推荐(0)