enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Column.describe should work on string columns #81

Closed mikusp closed 5 years ago

mikusp commented 6 years ago

Calling describe on a string Column will error because of missing min on strings

mwu-tow commented 6 years ago

Likely to be solved together with #59, #70 and #72, What is the output you'd expect in such situation?

sylwiabr commented 6 years ago

I would say: count, unique, top and freq. Moreover Date column should have describe as well with: count, unique, top, freq, first, last

sylwiabr commented 5 years ago

Closing this one in favor of https://github.com/luna/Dataframes/issues/96