is_float_column#

is_float_column(col: Series) bool[source]#

Check if a column must be a float - meaning does it contain fractions.

Parameters
colpd.Series

The column to check.

Returns
bool

True if the column is float, False otherwise.