PandasRegistry.is_numeric()

PandasRegistry.is_numeric()#

PandasRegistry.is_numeric(name)[source]#

Check if a variable is numeric.

Parameters:

name (str) – Column name in the data

Return type:

bool

Returns:

True if variable is numeric, False otherwise