close
# 資料擷取與匯入 - CSV
#CSV檔放在jupyter files路徑下 (同一層)
import pandas as pd
df1=pd.read_csv("2012MLB.csv",encoding="big5")
df1
#參考http://ithelp.ithome.com.tw/articles/10185922
df1.describe() # dataframe的描述統計
df1.dtypes #查看欄位屬性
df1.head()
全站熱搜
留言列表