@@ -475,7 +475,7 @@ arrays can be stored inside pandas' Series and DataFrame.
475
475
`Pandas-Genomics `_
476
476
~~~~~~~~~~~~~~~~~~
477
477
478
- Pandas-Genomics provides extension types and extension arrays for working with genomics data
478
+ Pandas-Genomics provides extension types, extension arrays, and extension accessors for working with genomics data
479
479
480
480
`Pint-Pandas `_
481
481
~~~~~~~~~~~~~~
@@ -502,16 +502,17 @@ A directory of projects providing
502
502
:ref: `extension accessors <extending.register-accessors >`. This is for users to
503
503
discover new accessors and for library authors to coordinate on the namespace.
504
504
505
- =============== ============ ==================================== ===============================================================
506
- Library Accessor Classes Description
507
- =============== ============ ==================================== ===============================================================
508
- `cyberpandas `_ ``ip `` ``Series `` Provides common operations for working with IP addresses.
509
- `pdvega `_ ``vgplot `` ``Series ``, ``DataFrame `` Provides plotting functions from the Altair _ library.
510
- `pandas_path `_ ``path `` ``Index ``, ``Series `` Provides `pathlib.Path `_ functions for Series.
511
- `pint-pandas `_ ``pint `` ``Series ``, ``DataFrame `` Provides units support for numeric Series and DataFrames.
512
- `composeml `_ ``slice `` ``DataFrame `` Provides a generator for enhanced data slicing.
513
- `datatest `_ ``validate `` ``Series ``, ``DataFrame ``, ``Index `` Provides validation, differences, and acceptance managers.
514
- =============== ============ ==================================== ===============================================================
505
+ ================== ============ ==================================== ===============================================================================
506
+ Library Accessor Classes Description
507
+ ================== ============ ==================================== ===============================================================================
508
+ `cyberpandas `_ ``ip `` ``Series `` Provides common operations for working with IP addresses.
509
+ `pdvega `_ ``vgplot `` ``Series ``, ``DataFrame `` Provides plotting functions from the Altair _ library.
510
+ `pandas-genomics `_ ``genomics `` ``Series ``, ``DataFrame `` Provides common operations for quality control and analysis of genomics data
511
+ `pandas_path `_ ``path `` ``Index ``, ``Series `` Provides `pathlib.Path `_ functions for Series.
512
+ `pint-pandas `_ ``pint `` ``Series ``, ``DataFrame `` Provides units support for numeric Series and DataFrames.
513
+ `composeml `_ ``slice `` ``DataFrame `` Provides a generator for enhanced data slicing.
514
+ `datatest `_ ``validate `` ``Series ``, ``DataFrame ``, ``Index `` Provides validation, differences, and acceptance managers.
515
+ ================== ============ ==================================== ===============================================================================
515
516
516
517
.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
517
518
.. _pdvega : https://altair-viz.github.io/pdvega/
0 commit comments