Loading

摘要: 1 Pandas基础 1.1 数据结构 1.1.1 Series 一维 #创建 #1.列表创建 >>> pd.Series(['a','b','c','d']) 0 a 1 b 2 c 3 d dtype: object #2.设置索引index >>> pd.Series(['a','b','c' 阅读全文
posted @ 2023-11-10 15:25 chenelm 阅读(51) 评论(0) 推荐(0)