This function lets the user do one hot encoding on a variable with comma separated values
one_hot_encoding_commas(df, variables, sep = ",")
Dataframe. May contain one or more columns with comma separated values which will be separated as one hot encoding
Character. Which variables should split into new columns?
Character. Which character separates the elements?
Other Data Wrangling: balance_data
,
calibrate
, categ_reducer
,
cleanText
, date_feats
,
dateformat
, formatNum
,
formatTime
, holidays
,
impute
, left
,
normalize
, numericalonly
,
ohse
, rbind_full
,
removenacols
, removenarows
,
replaceall
, right
,
textFeats
, textTokenizer
,
vector2text
, year_month
,
year_week