Skip to content

Commit 104769c

Browse files
authored
DOC: Add woodwork to ecosystem docs (#41684)
1 parent eb7d46d commit 104769c

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

doc/source/ecosystem.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ Statsmodels leverages pandas objects as the underlying data container for comput
7575
Use pandas DataFrames in your `scikit-learn <https://scikit-learn.org/>`__
7676
ML pipeline.
7777

78-
`Featuretools <https://github.com/featuretools/featuretools/>`__
78+
`Featuretools <https://github.com/alteryx/featuretools/>`__
7979
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8080

8181
Featuretools is a Python library for automated feature engineering built on top of pandas. It excels at transforming temporal and relational datasets into feature matrices for machine learning using reusable feature engineering "primitives". Users can contribute their own primitives in Python and share them with the rest of the community.
8282

83-
`Compose <https://github.com/FeatureLabs/compose>`__
83+
`Compose <https://github.com/alteryx/compose>`__
8484
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8585

8686
Compose is a machine learning tool for labeling data and prediction engineering. It allows you to structure the labeling process by parameterizing prediction problems and transforming time-driven relational data into target values with cutoff times that can be used for supervised learning.
@@ -551,11 +551,12 @@ Library Accessor Classes Description
551551
================== ============ ==================================== ===============================================================================
552552
`cyberpandas`_ ``ip`` ``Series`` Provides common operations for working with IP addresses.
553553
`pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` Provides plotting functions from the Altair_ library.
554-
`pandas-genomics`_ ``genomics`` ``Series``, ``DataFrame`` Provides common operations for quality control and analysis of genomics data
554+
`pandas-genomics`_ ``genomics`` ``Series``, ``DataFrame`` Provides common operations for quality control and analysis of genomics data.
555555
`pandas_path`_ ``path`` ``Index``, ``Series`` Provides `pathlib.Path`_ functions for Series.
556556
`pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames.
557557
`composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing.
558558
`datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers.
559+
`woodwork`_ ``ww`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames.
559560
================== ============ ==================================== ===============================================================================
560561

561562
.. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest
@@ -565,5 +566,7 @@ Library Accessor Classes Description
565566
.. _pandas_path: https://github.com/drivendataorg/pandas-path/
566567
.. _pathlib.Path: https://docs.python.org/3/library/pathlib.html
567568
.. _pint-pandas: https://github.com/hgrecco/pint-pandas
568-
.. _composeml: https://github.com/FeatureLabs/compose
569+
.. _composeml: https://github.com/alteryx/compose
569570
.. _datatest: https://datatest.readthedocs.io/
571+
.. _woodwork: https://github.com/alteryx/woodwork
572+

web/pandas/community/ecosystem.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ computation.
3434
Use pandas DataFrames in your [scikit-learn](https://scikit-learn.org/)
3535
ML pipeline.
3636

37-
### [Featuretools](https://github.com/featuretools/featuretools/)
37+
### [Featuretools](https://github.com/alteryx/featuretools/)
3838

3939
Featuretools is a Python library for automated feature engineering built
4040
on top of pandas. It excels at transforming temporal and relational
4141
datasets into feature matrices for machine learning using reusable
4242
feature engineering "primitives". Users can contribute their own
4343
primitives in Python and share them with the rest of the community.
4444

45-
### [Compose](https://github.com/FeatureLabs/compose)
45+
### [Compose](https://github.com/alteryx/compose)
4646

4747
Compose is a machine learning tool for labeling data and prediction engineering.
4848
It allows you to structure the labeling process by parameterizing
@@ -386,4 +386,5 @@ authors to coordinate on the namespace.
386386
| [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` |
387387
| [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` |
388388
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
389-
| [composeml](https://github.com/FeatureLabs/compose) | `slice` | `DataFrame` |
389+
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |
390+
| [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` |

0 commit comments

Comments
 (0)