Remove category/groupby formatting when export it to excel

前端 未结 0 565
情书的邮戳
情书的邮戳 2021-01-07 08:33

I have this following code:

s = df_total[\'Store\'].value_counts().rename(\'Units\')

df_count = df_total.join(s, on = \'Store\')

But when I

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