-
-
Notifications
You must be signed in to change notification settings - Fork 1k
SQL compatibility
Lan Zagar edited this page Oct 28, 2015
·
13 revisions
bold ... works on SqlTable
italic ... first downloads data to memory
- SQL Table [O(1)]
- Data Info [O(1)]
- Data Sampler
- Select Columns [O(1)]
- Select Rows [O(1)], Purging disabled
- Data Table [O(1)], LIMITED to 2**32 - 1 rows
- Rank
- Merge Data
- Concatenate
- Impute
- Edit Domain, works on small through automatic DL/conversion
- Python Script
- Image Viewer (untested)
- Continuize, works on small through automatic DL/conversion
- Discretize [O(n)], IMPROVEMENT: could check if large data and sample automatically
- Feature Constructor
- Purge Domain
- Save [O(n)]
- Box plot [O(1)]
- Distributions [O(1)], binning O(n)
- Scatter Map [O(1)]
- Heat Map
- Linear Projection [O(1)]
- Sieve Diagram [O(1)]
- Mosaic Display [O(1)]
- Scatter plot [O(1)]
- Venn Diagram
- Parallel Coordinates, Anze can you test this?