Description Usage Arguments Value
This allows for filtering dataframes and then eliminating the filtered column. It's a quick way to simplify data. It's also a good way to simplify a range of datasets that may not have similar features because if the columns to be filtered do no exist in the dataframe the original dataframe is returned.
1 |
df |
dataframe to be filtered |
... |
a named set of values where the names are the columns to be filtered and the values are the filtering criteria. |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.