Skip to content

BUG: pandas main setitem mixin #3676

@m-richards

Description

@m-richards

> 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions