Add __repr__
/ __str__
to statistics for a overview of a column
#310
Labels
enhancement 💡
New feature or request
Is your feature request related to a problem? Please describe
If we want to get a clear overview of a numerical column with min, max, mean, std... we need to make multiple function class and the Code will look something like this.
generated output:
Desired solution
Add
__repr__
and/or__str__
to stastitics so the output is kind of like in the Pandasdescribe()
function.generated output:
Additional context (optional)
Related issue: #316
The text was updated successfully, but these errors were encountered: