Skip to content

Commit 8fe161c

Browse files
authored
DOC: add awkward-pandas to ecosystem page (#54718)
* add awkwwkward-pandas to ecosystem * add accessor info
1 parent ae3fc3c commit 8fe161c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web/pandas/community/ecosystem.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,16 @@ assumptions about your datasets and check that they're *actually* true.
511511

512512
Pandas provides an interface for defining
513513
[extension types](https://pandas.pydata.org/docs/development/extending.html#extension-types) to extend NumPy's type system.
514-
The following librariesimplement that interface to provide types not found in NumPy or pandas,
514+
The following libraries implement that interface to provide types not found in NumPy or pandas,
515515
which work well with pandas' data containers.
516516

517+
### [awkward-pandas](https://awkward-pandas.readthedocs.io/)
518+
519+
Awkward-pandas provides an extension type for storing [Awkward
520+
Arrays](https://awkward-array.org/) inside pandas' Series and
521+
DataFrame. It also provides an accessor for using awkward functions
522+
on Series that are of awkward type.
523+
517524
### [cyberpandas](https://cyberpandas.readthedocs.io/en/latest)
518525

519526
Cyberpandas provides an extension type for storing arrays of IP
@@ -553,6 +560,7 @@ authors to coordinate on the namespace.
553560

554561
| Library | Accessor | Classes |
555562
| -------------------------------------------------------------------- | ---------- | --------------------- |
563+
| [awkward-pandas](https://awkward-pandas.readthedocs.io/en/latest/) | `ak` | `Series` |
556564
| [cyberpandas](https://cyberpandas.readthedocs.io/en/latest) | `ip` | `Series` |
557565
| [pdvega](https://altair-viz.github.io/pdvega/) | `vgplot` | `Series`, `DataFrame` |
558566
| [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` |

0 commit comments

Comments
 (0)