@@ -511,9 +511,16 @@ assumptions about your datasets and check that they're *actually* true.
511
511
512
512
Pandas provides an interface for defining
513
513
[ 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,
515
515
which work well with pandas' data containers.
516
516
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
+
517
524
### [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest )
518
525
519
526
Cyberpandas provides an extension type for storing arrays of IP
@@ -553,6 +560,7 @@ authors to coordinate on the namespace.
553
560
554
561
| Library | Accessor | Classes |
555
562
| -------------------------------------------------------------------- | ---------- | --------------------- |
563
+ | [ awkward-pandas] ( https://awkward-pandas.readthedocs.io/en/latest/ ) | ` ak ` | ` Series ` |
556
564
| [ cyberpandas] ( https://cyberpandas.readthedocs.io/en/latest ) | ` ip ` | ` Series ` |
557
565
| [ pdvega] ( https://altair-viz.github.io/pdvega/ ) | ` vgplot ` | ` Series ` , ` DataFrame ` |
558
566
| [ pandas-genomics] ( https://pandas-genomics.readthedocs.io/en/latest/ ) | ` genomics ` | ` Series ` , ` DataFrame ` |
0 commit comments