Skip to content

Commit d3c52e4

Browse files
authored
DOC: Add datatest package to list of third-party extension accessors. (#38593)
1 parent 95dc7ad commit d3c52e4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

doc/source/ecosystem.rst

+11-9
Original file line numberDiff line numberDiff line change
@@ -474,15 +474,16 @@ A directory of projects providing
474474
:ref:`extension accessors <extending.register-accessors>`. This is for users to
475475
discover 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

Comments
 (0)