File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ authors to coordinate on the namespace.
2525
2626 | Library | Accessor | Classes |
2727 | -------------------------------------------------------------------- | ---------- | --------------------- |
28- | [ awkward-pandas ] ( https://awkward-pandas .readthedocs.io/en/latest/ ) | ` ak ` | ` Series ` |
28+ | [ akimbo ] ( https://akimbo .readthedocs.io/en/latest/ ) | ` ak ` | ` Series ` |
2929 | [ pdvega] ( https://altair-viz.github.io/pdvega/ ) | ` vgplot ` | ` Series ` , ` DataFrame ` |
3030 | [ pandas-genomics] ( https://pandas-genomics.readthedocs.io/en/latest/ ) | ` genomics ` | ` Series ` , ` DataFrame ` |
3131 | [ pint-pandas] ( https://github.com/hgrecco/pint-pandas ) | ` pint ` | ` Series ` , ` DataFrame ` |
@@ -42,9 +42,9 @@ Pandas provides an interface for defining
4242The following libraries implement that interface to provide types not found in NumPy or pandas,
4343which work well with pandas' data containers.
4444
45- #### [ awkward-pandas ] ( https://github.com/scikit-hep/awkward )
45+ #### [ akimbo ] ( https://github.com/intake/akimbo )
4646
47- Awkward-pandas provides an extension type for storing [ Awkward
47+ Akimbo provides an extension type for storing [ Awkward
4848Arrays] ( https://awkward-array.org/ ) inside pandas' Series and
4949DataFrame. It also provides an accessor for using awkward functions
5050on Series that are of awkward type.
You can’t perform that action at this time.
0 commit comments