Closed calebclimatecabinet closed 2 years ago
Seeing now that #48 fixes this. @InnovativeInventor what would it take to merge this PR?
Seeing now that #48 fixes this. @InnovativeInventor what would it take to merge this PR?
It's actually ready to merge -- just merged it -- will make a new release with this soon.
When calling
maup.assign(sources, targets)
where no sources are completely covered by a target, we get:Reproducible example:
I would expect that the above would return the Series:
pd.Series([0, 1, 2, 3])