粗心豌豆

文章
3
资源
0
加入时间
2年10月21天

Python Pandas中的Series(创建、replace、map、append)

SeriesSeries是dataframe中的基本数据结构,也可以认为是一维的dataframe。1. 创建Series可以传入列表或者是字典来创建 Series。如果传入的是列表,默认索引为 [0,1,2,…] 。如果传入的是字符串类型的数据,Series 返回的dtype是object;如果传入的是数字类型的数据,Series 返回的dtype是int64>>> food = {'one':'apple','two':'egg','three':'