Is there a faster way for making groupby.apply()?

前端 未结 0 1201
甜味超标
甜味超标 2020-12-08 10:28

I have been trying to execute this line of code. But the execution time is very slow

data_gr = (
    data.groupby(["sales"])["ID"]
    .ap         


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