Error when counting distinct rows in Python-TypeError: only integer scalar arrays can be converted to a scalar index

后端 未结 0 1119
北恋
北恋 2020-12-22 23:54

I want to count the duplicate rows per hour.

My data:

 hour         index    name    
08:00:00      1442       x
08:45:00      3434       y
08:30:00            


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