Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/pandas/community/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ authors to coordinate on the namespace.

| Library | Accessor | Classes |
| -------------------------------------------------------------------- | ---------- | --------------------- |
| [awkward-pandas](https://awkward-pandas.readthedocs.io/en/latest/) | `ak` | `Series` |
| [akimbo](https://akimbo.readthedocs.io/en/latest/) | `ak` | `Series` |
| [pdvega](https://altair-viz.github.io/pdvega/) | `vgplot` | `Series`, `DataFrame` |
| [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` |
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
Expand All @@ -42,9 +42,9 @@ Pandas provides an interface for defining
The following libraries implement that interface to provide types not found in NumPy or pandas,
which work well with pandas' data containers.

#### [awkward-pandas](https://github.com/scikit-hep/awkward)
#### [akimbo](https://github.com/intake/akimbo)

Awkward-pandas provides an extension type for storing [Awkward
Akimbo provides an extension type for storing [Awkward
Arrays](https://awkward-array.org/) inside pandas' Series and
DataFrame. It also provides an accessor for using awkward functions
on Series that are of awkward type.
Expand Down
Loading