摘要: import pandas as pd# 生成数组print(pd.Series([1, 2, 3, 4]))print("1, ") # 查看索引信息print(pd.Series([1, 2, 3, 4]).index)print("2, ") # 有定义的输出print(pd.Series([ 阅读全文
posted @ 2021-01-03 17:09 干it的小张 阅读(422) 评论(0) 推荐(0) 编辑