simpledf

A simple, easier-to-use implementation of dataframes.


Keywords
dataframes, pandas, groupby, apply, custom, function
License
MIT
Install
pip install simpledf==0.12

Documentation

easyapply

An easier apply function for pandas groupby operations.

Installation

This package exists on PyPI. You can install it using pip:

pip install easyapply

Demo

Here is a quick demo of how this package works:

>>> from easyapply import pdapply