@@ -511,9 +511,16 @@ assumptions about your datasets and check that they're *actually* true.
511511
512512Pandas 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,
515515which 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
519526Cyberpandas 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