点击运行
import pandas as pd s = pd.Series(dtype="object") print(s)
运行结果 :
正在执行...