pandas.BooleanDtype#
- class pandas.BooleanDtype[source]#
Extension dtype for boolean data.
Warning
BooleanDtype is considered experimental. The implementation and parts of the API may change without warning.
See also
StringDtype
Extension dtype for string data.
Examples
>>> pd.BooleanDtype() BooleanDtype
Attributes
None
Methods
None