Python Pandas: dataFrame.info() throws KeyError: 0

后端 未结 0 562
清酒与你
清酒与你 2020-12-16 02:26

My script splits a column into two parts. Thereafter I rename the column 0.

df3=df_global[\'title\'].str.rsplit(\'-\', n=3, expand=True)
df3.rename(columns={0         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题