pandas.core.base.DataError: No numeric types to aggregate错误规避 我没有去解决这个问题, 而用填充0规避了这个问题 统计 聚合 d = [ {'cur': 1, 'next': 2, 'avgtime': None, 'callcount': None}, {'cur': 2, 'next': 3, 'avgtime': None, 'callcount': None}, {'cur': 2, 'next': 4, 'avgtime':…