python筆記:金融數據、dataframe一些操作

導入數據: import tushare as ts df=ts.get_k_data('300038', start='2018-01-01') print(df.head(5)) 數據:                date   open  close   high    low    volume    code 0  2018-05-14  15.57  15.57  16.88  15
相關文章
相關標籤/搜索