For example: dfb = df[df['A']==5].index.values.astype(int) returns [4] , but what I would like to get is just 4 . This ...
確定! 回上一頁