REGR: outer join with integer key and NaNs failing #43550
Labels
Regression
Functionality that used to work in a prior pandas version
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
Doing a merge with
how="outer"
on an integer / all-NaN column started failing.This works in pandas 1.3.2:
However, this started failing on master some time ago, and apparently now also in pandas 1.3.3:
This breaks GeoPandas'
overlay
function (cfr geopandas/geopandas#2101)cc @simonjayhawkins
The text was updated successfully, but these errors were encountered: