enso-org / dataframes

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

API improvements #90

Closed sylwiabr closed 6 years ago

sylwiabr commented 6 years ago

Table.fromFile should have better name (more descriptive) -> Table.read removeColumn -> removeByIndex corr ->correlations corrWith ->correlationsWith change generated names from CORR_WITH_foo to corr_with_foo sort -> sortMultiple sortAscending by default Subplot.verticalLayout [Plot] .chart.plot -> .plot