Python Dask - Group-by performance on all columns

后端 未结 0 577
旧时难觅i
旧时难觅i 2021-01-31 20:26

I want to count the number of unique rows in my data. Below a quick input/output example.

#input
A,B
0,0
0,1
1,0
1,0
1,1
1,1

#output
A,B,count
0,0,1
0,1,1
1,0,2
         


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