floatify_series#

floatify_series(ser: Series)[source]#

Return a series that if the type is int converted to float.

Parameters
serpd.Series

series to convert

Raises
pd.Series

the converted series