rPandas: Translating from R to Python's Pandas Package

Provides an R interface to Python's 'pandas' library using non-standard evaluation. Users can write R code (e.g., rp_filter(), rp_select(), rp_mutate()) that is translated into pandas commands and executed via 'reticulate'. Supports chaining, grouping, and 'summarisation', and includes a 'table_name' parameter to generate 'copy-pasteable' Python code. Ideal for leveraging pandas' speed and flexibility within the R ecosystem.

Version: 0.1.4
Imports: reticulate, rlang
Suggests: ggplot2, knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2026-04-28
DOI: 10.32614/CRAN.package.rPandas (may not be active yet)
Author: Akshat Maurya [aut, cre], Rihaan Satia [aut], David Shilane [aut]
Maintainer: Akshat Maurya <codingmaster902 at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: rPandas results

Documentation:

Reference manual: rPandas.html , rPandas.pdf
Vignettes: introduction-to-rPandas (source, R code)

Downloads:

Package source: rPandas_0.1.4.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rPandas to link to this page.