摘要: 下面的 df 这个 DataFrame (opens new window)里的值都是浮点数,DataFrame.to_numpy() (opens new window)的操作会很快,而且不复制数据。 In [17]: df.to_numpy() Out[17]: array([[ 0.4691, 阅读全文
posted @ 2021-11-22 21:06 不详·Christina 阅读(11) 评论(0) 推荐(0)