-
-
Notifications
You must be signed in to change notification settings - Fork 984
Open
Description
> obj = cls.__new__(cls) inside pandas _from_mgr is throwing
TypeError: pandas._libs.internals.SetitemMixin.__new__(GeoSeries) is not safe, use GeoSeries.__new__()
is getting thrown in the CI against pandas dev, seems like this corresponds to https://github.com/pandas-dev/pandas/pull/62070/files
but I haven't done a bisect. Might just be an mro thing but I'm not entirely sure.
fyi @jorisvandenbossche, I might have a look but you've probably got a better idea.