Is there a way using pandas library to separate the values in adjacent columns with two spaces

后端 未结 0 1298
死守一世寂寞
死守一世寂寞 2021-01-16 04:18

I am sub setting several columns from gapminder data using code:

df_2000 = df.loc[(df[\'year\']>2000) & (df[\'country\'] == \'United          


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