Skip to content

groupby with index name #957

@jreback

Description

@jreback
ddf = dd.DataFrame(....)
g = ddf.set_index('name')

# works
g.groupby(g.index).apply(lambda x: x)
# fails (as the index name is not set/recognized)
g.groupby('name').apply(lambda x: x)

xref #956

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataframegood first issueClearly described and easy to accomplish. Good for beginners to the project.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions