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.
while doing
rc = dataset_ex[column_name].apply(p.Series)
How one woud avoid warning? What does it mean when one df.apply(pd.Series) what's really happening?