Python數據分析——Pandas

1、Series 一組數據及與之相關的數據索引組成 (1)建立 列表建立javascript b = pd.Series([9, 8, 7, 6], index=['a', 'b', 'c', 'd']) 標量值建立php b = pd.Series(25, index=['a', 'b', 'c', 'd']) 字典類型java b = pd.Series({'a':9,'b':8,'c':7}
相關文章
相關標籤/搜索