Skip to content

Expression error in 02-Working-With-Data/07-python/notebook.ipynb #545

Open
@aniveshkanodia

Description

@aniveshkanodia

Describe the bug
Code to demonstrate the concept of grouping in pandas errors out because it tries to perform .mean() to text column B

I believe it should be - df.groupby(by='LenB')[['A','DivA']].mean()

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