enso/test
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
..
Benchmarks Fix date comparisons and test sorting of tables and vectors with dates (#3745) 2022-09-29 08:48:00 +00:00
Examples_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Geo_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Google_Api_Test Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Image_Tests Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
micro-distribution Wip/mk/statics (#3740) 2022-09-27 14:23:06 +00:00
Table_Tests Adding a shorthand for the Table API until widgets available (#3753) 2022-10-04 11:37:14 +00:00
Tests By-type pattern matching (#3742) 2022-10-04 09:23:58 +00:00
Visualization_Tests Wip/mk/statics (#3740) 2022-09-27 14:23:06 +00:00