Skip to content

Create boxplot for all numerical columns in a Table #156

@lars-reimann

Description

@lars-reimann

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 the Table class
  • 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

Metadata

Metadata

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions