pandas.StringDtype #

熊猫类 StringDtype (存储= None ) [来源] #

字符串数据的扩展数据类型。

警告

StringDtype 被认为是实验性的。 API 的实现和部分可能会在没有警告的情况下发生更改。

参数
存储{“python”,“pyarrow”,“pyarrow_numpy”},可选

如果没有给出,则 的值pd.options.mode.string_storage

例子

>>> pd.StringDtype()
string[python]
>>> pd.StringDtype(storage="pyarrow")
string[pyarrow]

属性

没有任何

方法

没有任何