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
相关文章
相关标签/搜索