danfojs
danfojs copied to clipboard
danfo.drop() add a error handler
It would be nice to have an argument in drop() and probably other functions on how to handle errors.
If one column in a list of columns to drop does not exist it throws
Error: ParamError: specified column "example_column" not found in columns
Pandas does provide the options errors{‘ignore’, ‘raise’}, default ‘raise’