Pandas value_counts on multiple columns : inconsistent result (bug ?)

后端 未结 0 1463
[愿得一人]
[愿得一人] 2021-02-19 17:48

I have the following dataframe :

   df = pd.DataFrame( np.array([
       [ 1, -1, -1, -1, -1, -1,  1],
       [ 1,  1,  1, -1, -1, -1,  1],
       [ 1, -1, -1, -1         


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