Often there are missing values in the data frames. It is annoying to manually delete those rows all the time, and it might be interesting to add an option na.rm. It could have the options:
remove: those rows are removed,
error: everything is stopped,
impute: these values are somehow imputed. (we could ignore this options for now)
Often there are missing values in the data frames. It is annoying to manually delete those rows all the time, and it might be interesting to add an option
na.rm. It could have the options:remove: those rows are removed,error: everything is stopped,impute: these values are somehow imputed. (we could ignore this options for now)