pandas DataFrame combine_first and update methods have strange behavior

后端 未结 2 1550
悲&欢浪女
悲&欢浪女 2021-01-24 21:36

I\'m running into a strange issue (or intended?) where combine_first or update are causing values stored as bool to be upcasted into

2条回答
  •  感动是毒
    2021-01-24 22:17

    this is a bug, update shouldn't touch unspecified columns, fixed here https://github.com/pydata/pandas/pull/3021

提交回复
热议问题