translate_groupby: Translate a .by argument into a pandas .groupby() string

View source: R/translate_engine.R

translate_groupbyR Documentation

Translate a .by argument into a pandas .groupby() string

Description

Translate a .by argument into a pandas .groupby() string

Usage

translate_groupby(by_expr)

Arguments

by_expr

An enquosured .by argument.

Value

A string for the .groupby(..., as_index=False) method, or NULL if the argument is empty.


rPandas documentation built on April 29, 2026, 1:07 a.m.