Pandas group-by error duplicate axis but no duplicate values

后端 未结 0 526
轮回少年
轮回少年 2021-01-29 02:06

I\'ve done this code:

df[[\'GL\',\'Libelle\']]=df[\'index\'].str.split(\' \',1,expand=True)

# Sort by GL, Date
df.sort_values(by=[\'GL\', \'Class\',\'month\'], i         


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