-
-
Notifications
You must be signed in to change notification settings - Fork 1k
SQL compatibility
lanzagar edited this page Dec 8, 2014
·
13 revisions
- SQL Table [O(1)], missing type-hints
- Data Info [O(1)]
- X Data Sampler
- Select Columns [O(1)]
- Select Rows [O(1)]
- Data Table [O(n)]
- X Rank
- X Merge Data
- X Concatenate
- X Impute
- X Edit Domain
- Python Script
- ? Image Viewer (untested)
- E Continuize
- Discretize [O(n)]
- X Feature Constructor
- X Purge Domain
- Save [O(n)]
- Box plot [O(n)]
- Distributions [O(n)]
- Heat map [O(n)]
- Parallel Coordinates
- Mosaic [O(n)]
- Scatter plot [O(n)], send selection does not work
- Sieve Diagram [O(n)]
X ... does not work with SQL (e.g. uses data.X or similar)
E ... error (is supposed to work with SQL, but currently has bugs)