enso/distribution/lib/Standard/Table/0.0.0-dev
James Dunkerley eeec3bdf94
Adding a shorthand for the Table API until widgets available (#3753)
Allows using `Vector ColumnName` for the various table functions as short hand.

- `select_columns`, `remove_columns`,`reorder_columns`, `distinct` all map to an exact By_Name match.
- `rename_columns` does a positional rename on the Vector passed.
- `order_by` sorts ascending on each column passed in order.

# Important Notes
This may be reversed once widgets are available and working but this makes the APIs much more usable in current UI.
2022-10-04 11:37:14 +00:00
..
src Adding a shorthand for the Table API until widgets available (#3753) 2022-10-04 11:37:14 +00:00
THIRD-PARTY Add Table.distinct function to In-Memory table (#3684) 2022-09-07 12:28:41 +00:00
package.yaml Adding write support to File_Format.Excel (#3551) 2022-07-04 18:32:16 +00:00