使用带索引和列的numpy数组创建Dataframe

时间:2018-05-08 14:47:25

标签: python pandas numpy

我有一个具有以下形状的numpy数组:

numpy_x.shape
(9982, 26)

我想把这个numpy变成数据帧:

x_new_df = pd.DataFrame(numpy_x)

我的新数据框是:

x_new_df

enter image description here

如何使用索引和列名生成数据框?

0 个答案:

没有答案