%notin%                 "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_filter        Translate an R filter expression into a Python
                        query string
