pydplyr

A Pythonic Approach to Data Manipulation Inspired by R's dplyr

pydplyr is a Python library designed to bring the elegance and simplicity of R’s dplyr to the Python ecosystem. This project aims to streamline data manipulation tasks by providing a fluent, intuitive, and expressive API for working with data frames. Whether you’re filtering rows, selecting columns, or summarizing data, pydplyr makes it easy to write clean and efficient code.