Return True if given object is float.
Examples
>>> pd.api.types.is_float(1.0) True
>>> pd.api.types.is_float(1) False