Reverse cumulative sum until condition is met in a dataframe

后端 未结 0 1175
长发绾君心
长发绾君心 2020-12-22 05:52

I have the following dataframe:

frame=pd.DataFrame(columns=["a","b"], data=[(2,5),(2,6),(1,8),(1,1),(3,5),(3,2),(3,3)])

w

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