How can I find the cumulative sum from the different two columns?

后端 未结 0 969
醉话见心
醉话见心 2021-01-31 05:05

I have a dataframe like as follows,

import pandas as pd

t1_ids = [4991, 6899, 6665, 4991, 7010, 6899]
t2_ids = [6899, 6908, 4869, 6899, 6899, 4991]
values = [1,          


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