From 25995fce45e966a1b0413bd45686acca557fe9fc Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Wed, 26 May 2021 16:37:09 -0400 Subject: [PATCH 1/3] Update ecosystem.rst --- doc/source/ecosystem.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index bc2325f15852c..aefd8aff00b3d 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -75,12 +75,12 @@ Statsmodels leverages pandas objects as the underlying data container for comput Use pandas DataFrames in your `scikit-learn `__ ML pipeline. -`Featuretools `__ +`Featuretools `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. -`Compose `__ +`Compose `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 ================== ============ ==================================== =============================================================================== `cyberpandas`_ ``ip`` ``Series`` Provides common operations for working with IP addresses. `pdvega`_ ``vgplot`` ``Series``, ``DataFrame`` Provides plotting functions from the Altair_ library. -`pandas-genomics`_ ``genomics`` ``Series``, ``DataFrame`` Provides common operations for quality control and analysis of genomics data +`pandas-genomics`_ ``genomics`` ``Series``, ``DataFrame`` Provides common operations for quality control and analysis of genomics data. `pandas_path`_ ``path`` ``Index``, ``Series`` Provides `pathlib.Path`_ functions for Series. `pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames. `composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing. `datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers. +`woodwork`_ ``www`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames. ================== ============ ==================================== =============================================================================== .. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest @@ -565,5 +566,7 @@ Library Accessor Classes Description .. _pandas_path: https://github.com/drivendataorg/pandas-path/ .. _pathlib.Path: https://docs.python.org/3/library/pathlib.html .. _pint-pandas: https://github.com/hgrecco/pint-pandas -.. _composeml: https://github.com/FeatureLabs/compose +.. _composeml: https://github.com/alteryx/compose .. _datatest: https://datatest.readthedocs.io/ +.. _woodwork: https://github.com/alteryx/woodwork + From 1ac7c1d85fb9040a38be27dcce8a301f9298da78 Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Wed, 26 May 2021 16:39:45 -0400 Subject: [PATCH 2/3] Update ecosystem.md --- web/pandas/community/ecosystem.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 547a5f30e0516..81ddf9c1e657f 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -34,7 +34,7 @@ computation. Use pandas DataFrames in your [scikit-learn](https://scikit-learn.org/) ML pipeline. -### [Featuretools](https://github.com/featuretools/featuretools/) +### [Featuretools](https://github.com/alteryx/featuretools/) Featuretools is a Python library for automated feature engineering built on top of pandas. It excels at transforming temporal and relational @@ -42,7 +42,7 @@ 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. -### [Compose](https://github.com/FeatureLabs/compose) +### [Compose](https://github.com/alteryx/compose) Compose is a machine learning tool for labeling data and prediction engineering. It allows you to structure the labeling process by parameterizing @@ -386,4 +386,5 @@ authors to coordinate on the namespace. | [pandas-genomics](https://pandas-genomics.readthedocs.io/en/latest/) | `genomics` | `Series`, `DataFrame` | | [pandas_path](https://github.com/drivendataorg/pandas-path/) | `path` | `Index`, `Series` | | [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` | - | [composeml](https://github.com/FeatureLabs/compose) | `slice` | `DataFrame` | + | [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` | + | [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` | From b1737fc39fa9c941be94e7d6d579c74480f9f9cd Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Wed, 26 May 2021 16:40:19 -0400 Subject: [PATCH 3/3] Update ecosystem.rst --- doc/source/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index aefd8aff00b3d..f5212b6fc8a51 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -556,7 +556,7 @@ Library Accessor Classes Description `pint-pandas`_ ``pint`` ``Series``, ``DataFrame`` Provides units support for numeric Series and DataFrames. `composeml`_ ``slice`` ``DataFrame`` Provides a generator for enhanced data slicing. `datatest`_ ``validate`` ``Series``, ``DataFrame``, ``Index`` Provides validation, differences, and acceptance managers. -`woodwork`_ ``www`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames. +`woodwork`_ ``ww`` ``Series``, ``DataFrame`` Provides physical, logical, and semantic data typing information for Series and DataFrames. ================== ============ ==================================== =============================================================================== .. _cyberpandas: https://cyberpandas.readthedocs.io/en/latest