-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Currently, a boxplot can only be created for one column at a time. It would be useful to create one plot that contains boxplots for all numerical columns in a Table.
Desired solution
- Add a method
plot_boxplots(note the s) to theTableclass - The method should place the boxplot for each numerical column in a grid
- It should be clear which plot belongs to which column
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done