Skip to content

MicroSeries.gini fails with KeyError if indexes are duplicated #179

@MaxGhenis

Description

@MaxGhenis

I filed this prematurely, still need to form a MWE but basically I have a MicroDataFrame with duplicated indexes, and calling df.x.gini() causes a KeyError. df.groupby(g).x.gini() works (if indexes aren't duplicated within each g) and mdf.gini(df, "x", "w") also works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions