PandasRegistry.is_boolean()# PandasRegistry.is_boolean(name)[source]# Check if a variable is boolean. Parameters: name (str) – Column name in the data Return type: bool Returns: True if variable is boolean, False otherwise