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
Accedentically swapping the index and column label in using DataFrame.set_value() gave an unexpected result.
All values, except the one to be set, in the DataFrame became NaN.
I got once the same output but this was due to index out of bound, the set_value() doesn't raise an issue but you will get one values and the remaining ones NaNs.
Accedentically swapping the index and column label in using
DataFrame.set_value()
gave an unexpected result.All values, except the one to be set, in the DataFrame became NaN.
The text was updated successfully, but these errors were encountered: