pandas.BooleanDtype# class pandas.BooleanDtype[源代码]# 布尔数据的扩展类型。 警告 BooleanDtype 被认为是实验性的。实现和部分 API 可能会在不发出警告的情况下更改。 Examples >>> pd.BooleanDtype() BooleanDtype Attributes None Methods None