Base
Data types
Infer
Helpers
cast_string_to_python_type()
is_nan_numeric()
The helpers module has all additional helper methods used in the codebase.
helpers
Returns None, an integer, float or a string from a string
Determines if value might be nan or inf or some other numeric value (i.e. which can be cast as float) that is not actually a number.
bool