iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 25
1
AI & Data

大數據與AI研習實作與心得 系列 第 25

Python - pandas (iii) 資料操作

  • 分享至 

  • xImage
  •  

國慶日寫Code日
/images/emoticon/emoticon75.gif

import pandas as pd
numlist = [-0.5,0.75,1.0,-2]        #Python list
series_example = pd.Series(numlist,index=['a','b','c','d'])  #產生pandas的Series物件
ind = series_example
print (series_example['c'])   #索引c的資料
print (series_example[0:2])   #索引0到2不包含2的資料

執行結果:

1.0
a -0.50
b 0.75
dtype: float64

https://ithelp.ithome.com.tw/upload/images/20201010/20112100L8zRL497vQ.png


上一篇
Python - 樂透之呼吸二の型:實際抽法
下一篇
Python - pandas (iv) 資料操作:序列合成,缺失值填補
系列文
大數據與AI研習實作與心得 30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言