How to get Index of first Row with none-zero minimum value in Pandas DataFrame?

后端 未结 0 2005
难免孤独
难免孤独 2020-12-29 05:48

Assuming I have the following Pandas DataFrame:

     U     A         B
0  2000    10       20
1  3000    40        0 
2  2100    20       30
3  2500     0             


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