ezr.filter_null_columns: Title Drop Columns in a dataset with excessive NULLs

Usage Arguments

Usage

1
2
ezr.filter_null_columns(dataset, threshold_to_eliminate = 0.9,
  keep_columns = NULL, return_only_corrected_df = FALSE)

Arguments

dataset

Dataframe

threshold_to_eliminate

Default is columns 90

\item

keep_columnsColumns to keep even if they have too many null values. Make sure spelling is accurate. Should be a vector

\item

return_only_corrected_dfDefault is FALSE. If this is TRUE then only returns a dataframe

Returns corrected dataframe Drop columns in a dataset with columns greater than or equal to a given percentage.


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