PolyMathOrg / DataFrame

DataFrame in Pharo - tabular data structures for data analysis
MIT License
74 stars 29 forks source link

Change DataSeries>>#summary a bit #281

Closed svenvc closed 11 months ago

svenvc commented 11 months ago

Change DataSeries>>#summary to bring it more in line with Python's pandas describe() by adding Count and Stdev, renaming 1st Qu., Median, 3rd Qu. to 25%, 50% and 75%, as well as re-ordening the list.

jecisc commented 11 months ago

Thanks!

svenvc commented 11 months ago

That was fast !