Safe-DS / Library

A user-friendly library for Data Science in Python.
https://library.safeds.com
MIT License
17 stars 4 forks source link

Group by #746

Open lars-reimann opened 3 months ago

lars-reimann commented 3 months ago

Is your feature request related to a problem?

Group by was removed from the ExperimentalTable since the interface was bad. We should add an alternative.

Desired solution

TBD.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

SamanHushi commented 3 months ago

what format should the returned dict/table have?

lars-reimann commented 3 months ago

I'll need some time to design the interface. It'll probably include a way to compute aggregations over the groups.