@@ -475,7 +475,7 @@ arrays can be stored inside pandas' Series and DataFrame.
475475`Pandas-Genomics `_
476476~~~~~~~~~~~~~~~~~~
477477
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
479479
480480`Pint-Pandas `_
481481~~~~~~~~~~~~~~
@@ -502,16 +502,17 @@ A directory of projects providing
502502:ref: `extension accessors <extending.register-accessors >`. This is for users to
503503discover new accessors and for library authors to coordinate on the namespace.
504504
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+ ================== ============ ==================================== ===============================================================================
515516
516517.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
517518.. _pdvega : https://altair-viz.github.io/pdvega/
0 commit comments