-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Some method names of Table don't clarify whether they work on rows or on columns. Also, summary neither fits the from/to pattern nor does it start with a verb.
Desired solution
- Rename
group_bytogroup_rows_by - Rename
splittosplit_rows - Rename
summarytosummarize_statistics - Also update the names of test files and the contained tests accordingly.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done