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
Parking this here so I don't forget about it. I assume that the NaNs here are not comparing equal, so we get "duplicate" rows on a merge, which I think is a bug.
Thanks for catching this one. Proper NA handling in merges really flew under the radar for a while (I had TODO notes sprinkled throughout pandas/tools/merge.py about it). Turned out to not be very difficult
Parking this here so I don't forget about it. I assume that the NaNs here are not comparing equal, so we get "duplicate" rows on a merge, which I think is a bug.
Worked around this by filling in the NaNs before the merge, but then I have to convert them back to NaNs later.
The text was updated successfully, but these errors were encountered: