ink.base.transform.levels.check_float¶
-
ink.base.transform.levels.check_float(lvl)¶ Function to check whether all values within a list contains only float values
- Parameters
lvl (str) – List of possible numerical values.
- Returns
True when all values of the given list are numerical.
- Return type
bool