pandas.
StringDtype
Extension dtype for string data.
New in version 1.0.0.
Warning
StringDtype is considered experimental. The implementation and parts of the API may change without warning.
In particular, StringDtype.na_value may change to no longer be numpy.nan.
numpy.nan
Examples
>>> pd.StringDtype() StringDtype
Attributes
None
Methods