floatify_dataframe#

floatify_dataframe(df: DataFrame)[source]#

Return a dataframe where all the int columns are converted to floats.

Parameters
dfpd.DataFrame

dataframe to convert

Raises
pd.DataFrame

the dataframe where all the int columns are converted to floats