Skip to content

Commit aabbb3f

Browse files
committed
Update ecosystem reference of awkward-pandas to akimbo
1 parent 9c58220 commit aabbb3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pandas/community/ecosystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4242
The following libraries implement that interface to provide types not found in NumPy or pandas,
4343
which 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
4848
Arrays](https://awkward-array.org/) inside pandas' Series and
4949
DataFrame. It also provides an accessor for using awkward functions
5050
on Series that are of awkward type.

0 commit comments

Comments
 (0)