@@ -474,15 +474,16 @@ A directory of projects providing
474
474
:ref: `extension accessors <extending.register-accessors >`. This is for users to
475
475
discover new accessors and for library authors to coordinate on the namespace.
476
476
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
+ =============== ============ ==================================== ===============================================================
486
487
487
488
.. _cyberpandas : https://cyberpandas.readthedocs.io/en/latest
488
489
.. _pdvega : https://altair-viz.github.io/pdvega/
@@ -492,3 +493,4 @@ Library Accessor Classes Description
492
493
.. _pathlib.Path : https://docs.python.org/3/library/pathlib.html
493
494
.. _pint-pandas : https://github.com/hgrecco/pint-pandas
494
495
.. _composeml : https://github.com/FeatureLabs/compose
496
+ .. _datatest : https://datatest.readthedocs.io/
0 commit comments