Skip to content

Latest commit

 

History

History
 
 

mlsql-analysis-toolkit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Install command:

!plugin app add - "mlsql-analysis-toolkit-2.4";

Usage

To compute field in table the medium number.

!approxQuantile time_temp birthday "0.5" valued time_quantile;
select ${time_quantile} as quantile as output;

To create table with id column with fix size:

!dataframe build range 100000 named table1;