当前位置:主页 > 软件编程 > Python代码 >
时间:2021-03-04 13:53:26 | 栏目:Python代码 | 点击:次
如下所示:
col_n = ['名称','收盘价','日期'] a = pd.DataFrame(df,columns = col_n)