文章分类 -  数据分析

pandas介绍
摘要:index 行索引 columns 列索引(列名/列标签) Series 行(一维数组) 定义 pandas.Series(data=None, index=None, dtype=None, name=None, copy=False, fastpath=False): """ data: 类数组 阅读全文
posted @ 2022-06-13 15:55 hflsp 阅读(130) 评论(0) 推荐(0)