小编Igo*_*nko的帖子

FutureWarning:关于 `df['col'].apply(p.Series)`

 FutureWarning: The default dtype for empty Series will be 'object' instead of 'float64' in a future version. Specify a dtype explicitly to silence this warning.
Run Code Online (Sandbox Code Playgroud)

在做的时候

rc = dataset_ex[column_name].apply(p.Series)

如何避免警告?df.apply(pd.Series)当一个人真正发生的事情意味着什么?

pandas

3
推荐指数
1
解决办法
1552
查看次数

标签 统计

pandas ×1