Return True if given object is boolean.
Examples
>>> pd.api.types.is_bool(True) True
>>> pd.api.types.is_bool(1) False