enso/std-bits
James Dunkerley a0c6fa9c96
Removing old functions and tidy up of Table types (#3519)
- Removed `select` method.
- Removed `group` method.
- Removed `Aggregate_Table` type.
- Removed `Order_Rule` type.
- Removed `sort` method from Table.
- Expanded comments on `order_by`.
- Update comment on `aggregate` on Database.
- Update Visualisation to use new APIs.
- Updated Data Science examples to use new APIs.
- Moved Examples test out of Tests to own test.

# Important Notes
Need to get Examples_Tests added to CI.
2022-06-14 13:37:20 +00:00
..
base/src/main/java/org/enso/base Implement In-Memory Table order_by (#3515) 2022-06-08 12:30:50 +00:00
database/src/main/java/org/enso/database Redshift Connector (#1985) 2021-09-02 11:28:49 +02:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Make sure formatting is applied to std-bits projects (#3477) 2022-05-25 09:26:50 +00:00
table/src/main/java/org/enso/table Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00