You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it works if the "h" column is of object dtype:
a b c g h
0 -0.673360 -0.795002 0.842495 NaN NaN
1 -0.387503 1.093774 -1.138618 NaN NaN
2 -1.108967 -0.339614 0.563358 NaN NaN
3 -0.540412 1.299025 0.783089 NaN NaN
4 1.796500 -1.630790 -1.039589 NaN NaN
5 -0.427310 -0.149733 1.796212 NaN NaN
0 0.087274 NaN 0.773546 -0.342498 one
1 0.346405 NaN -0.066082 -0.002910 one
2 1.496320 NaN 0.939827 -1.046683 two
3 3.248297 NaN -0.883009 -2.142893 one
4 1.315608 NaN 1.048771 -1.284582 two
5 -0.785210 NaN 0.158105 0.814332 two
6 0.322257 NaN -0.352677 -0.385390 one
xref #9426, fixed in #9597
axis=1
is okThe text was updated successfully, but these errors were encountered: