【发布时间】:2021-02-01 18:52:04
【问题描述】:
pd.Series(["a","b","c"], dtype=pd.StringDtype())
AttributeError: 模块 'pandas' 没有属性 'StringDtype'
【问题讨论】:
标签: python pandas error-handling jupyter attributeerror
pd.Series(["a","b","c"], dtype=pd.StringDtype())
AttributeError: 模块 'pandas' 没有属性 'StringDtype'
【问题讨论】:
标签: python pandas error-handling jupyter attributeerror
【讨论】: