| create_pandas_statement | Create a chained pandas command string |
| execute_pandas_statement | Executes a pandas command string on an R data frame. |
| grapes-notin-grapes | "Not In" Operator |
| rPandas-package | rPandas: A User-Friendly R Interface to Pandas |
| rp_calculate | Apply multiple summary functions to multiple columns |
| rp_check_env | Check for rPandas dependencies and provide diagnostics |
| rp_count | Count rows in a data frame, optionally by groups |
| rp_filter | Filter rows using pandas |
| rp_first_k_rows | Extract the first k rows of a data frame |
| rp_last_k_rows | Extract the last k rows of a data frame |
| rp_mutate | Mutate (add/modify/remove) columns using pandas |
| rp_select | Filtering columns |
| rp_sort | Sort rows of a data frame using pandas |
| rp_summarize | Summarize data using pandas |
| translate_assign_recursive | Recursively translate an R expression for a pandas .assign()... |
| translate_calculate | Translate R function/column names into a pandas agg... |
| translate_filter | Translate an R filter expression into a Python query string |
| translate_filter_recursive | Recursive helper to translate R expressions |
| translate_groupby | Translate a .by argument into a pandas .groupby() string |
| translate_mutate | Translate R mutate expressions to pandas assign/drop strings |
| translate_select | Translate captured column names into a Python list string |
| translate_sort | Translate captured sort expressions into Python... |
| translate_summarize | Translate named R expressions for .agg() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.