Pandas groupby is not including columns of type timedelta when there are also columns of numeric type

后端 未结 0 1999
梦谈多话
梦谈多话 2020-12-05 14:58

Prepare dataframe

import pandas as pd
data = {\'Desc\': [\'abc\', \'abc\', \'abcd\'], \'Duration\': [\'01:30:00\', \'02:00:00\', \'00:30:00\']}
df = pd.DataFr         


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