@@ -474,15 +474,16 @@ A directory of projects providing
474474:ref: `extension accessors <extending.register-accessors >`. This is for users to
475475discover new accessors and for library authors to coordinate on the namespace.
476476
477- =============== ========== ========================= ===============================================================
478- Library Accessor Classes Description
479- =============== ========== ========================= ===============================================================
480- `cyberpandas `_ ``ip `` ``Series `` Provides common operations for working with IP addresses.
481- `pdvega `_ ``vgplot `` ``Series ``, ``DataFrame `` Provides plotting functions from the Altair _ library.
482- `pandas_path `_ ``path `` ``Index ``, ``Series `` Provides `pathlib.Path `_ functions for Series.
483- `pint-pandas `_ ``pint `` ``Series ``, ``DataFrame `` Provides units support for numeric Series and DataFrames.
484- `composeml `_ ``slice `` ``DataFrame `` Provides a generator for enhanced data slicing.
485- =============== ========== ========================= ===============================================================
477+ =============== ============ ==================================== ===============================================================
478+ Library Accessor Classes Description
479+ =============== ============ ==================================== ===============================================================
480+ `cyberpandas `_ ``ip `` ``Series `` Provides common operations for working with IP addresses.
481+ `pdvega `_ ``vgplot `` ``Series ``, ``DataFrame `` Provides plotting functions from the Altair _ library.
482+ `pandas_path `_ ``path `` ``Index ``, ``Series `` Provides `pathlib.Path `_ functions for Series.
483+ `pint-pandas `_ ``pint `` ``Series ``, ``DataFrame `` Provides units support for numeric Series and DataFrames.
484+ `composeml `_ ``slice `` ``DataFrame `` Provides a generator for enhanced data slicing.
485+ `datatest `_ ``validate `` ``Series ``, ``DataFrame ``, ``Index `` Provides validation, differences, and acceptance managers.
486+ =============== ============ ==================================== ===============================================================
486487
487488.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
488489.. _pdvega : https://altair-viz.github.io/pdvega/
@@ -492,3 +493,4 @@ Library Accessor Classes Description
492493.. _pathlib.Path : https://docs.python.org/3/library/pathlib.html
493494.. _pint-pandas : https://github.com/hgrecco/pint-pandas
494495.. _composeml : https://github.com/FeatureLabs/compose
496+ .. _datatest : https://datatest.readthedocs.io/
0 commit comments