enso-org / dataframes

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

Table.describe should have informations about Na #72

Closed sylwiabr closed 5 years ago

sylwiabr commented 6 years ago

We need to change current Table.describe method to describeNumeric and then define new, more descriptive describe method which will give use informations about nulls as well. it should return the table with columns: column, null noun, null ratio, min,.... if the information is unavailable for some column it should be filled with null value.

sylwiabr commented 5 years ago

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