File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- [ ![ <sjoshistrats >] ( https://circleci.com/gh/sjoshistrats/fastgrouper.svg?style=svg )] ( https://app.circleci.com/pipelines/github/sjoshistrats/fastgrouper?branch=master )
1+ [ ![ <sjoshistrats >] ( https://circleci.com/gh/sjoshistrats/fastgrouper.svg?style=shield )] ( https://app.circleci.com/pipelines/github/sjoshistrats/fastgrouper?branch=master )
22
33# fastgrouper
44Allows for fast groupby-apply operations, in python.
5+
6+ # Install
7+
8+ Users can install the package from PyPI via:
9+
10+ ``` shell
11+ python -m pip install fastgrouper
12+ ```
513
614# Usage
715
816Use the ` arr ` interface, for numpy array focused applications.
917
1018``` python
1119import numpy as np
12- import fastgrouper.li
20+ import fastgrouper.arr
1321
1422def baz (x , y ):
1523 return np.mean(x + y) - 3
You can’t perform that action at this time.
0 commit comments