Pandas not perform calculations other than sum. TypeError: 'NoneType' object is not callable

前端 未结 0 1288
一向
一向 2021-02-08 07:18
d = [[1, 3], [1, 3], [4, 6], [3, 6], [3, 3], [8, 3], [3, 7]]

test = pd.DataFrame(data=d, columns=[\'col1\', \'col2\'])

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