pandas concat('outer') not doing union?

后端 未结 1 1314
青春惊慌失措
青春惊慌失措 2021-01-20 11:17

It looks pandas.concat is doing \'left outer\' join instead of just union the indexes. Seems a bug to me but maybe I\'m missing something obvious.



        
1条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-20 11:31

    It's a bug. Opened an issue here:

    http://github.com/pydata/pandas/issues/1719

    (Please use GitHub for pandas bug reports)

    0 讨论(0)
提交回复
热议问题