Filter - Less than or equal to

Definition: This will allow you to get the all the data which are equal to or less than the passed value. Make sure that the data type is Integer, float, date, date time etc. This function will not work on text kind of data.

When using this with date/date time make sure that date/date time column is in correct format (not object) and in the condition also we pass the values exactly in the same format.

Example: We are getting student info who are having age <= 19. You can type a command like below

show data where student_age <= 19

So this above condition will limit the data and will show only those records where student_age is either 19 or less than that. This will create an additional file with the output of the above command.

Filter Less than or equal to

Note 1

: If you have entered some command on Ask On Data and it is asking for variables/input for that command but you want to abort that operation, then simply type "Abort".

Note 2

We will keep on retraining Ask On Data ML algorithm, hence its accuracy will keep on increasing and it will be capable of understanding more syntaxes in simple language.

Reach out on support@askondata.com for any questions or help