myh2o.filter: H2o Subset Rows

Description Usage Arguments Value

Description

Convience wrapper for avoiding syntax issues when filtering using H2O

Usage

1
myh2o.filter(h2o_df, column_to_filter, sign, value)

Arguments

h2o_df

h2odataframe

column_to_filter

name of column to filter using

sign

should be >=, >, <, <=, ==, !=. In future will add null/not null

value

what value is being compared.

Value

H2o dataframe after filtering is applied


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.