Skip to content

Add vararg groupby #2458

@CameronBieganek

Description

@CameronBieganek

Sorry if this has been discussed before, but I couldn't find any related issues.

It would be nice if we could write

groupby(df, :a, :b)

instead of

groupby(df, [:a, :b])

This is just me being greedy. :) But off the top of my head I can't think of any reason why it wouldn't work.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions