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 ×1