微信扫一扫
df = pd.DataFrame() df["col"] = 0 # 输入无效 df["col"] = [0] # series 输入series 或 array 或 list df
相关推荐