From 4a2e467506142399930556f37bf9ec4e1440473d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyszek=20Kr=C3=B3likowski?= <63653095+zkrolikowski-vl@users.noreply.github.com> Date: Thu, 9 Sep 2021 02:19:43 +0200 Subject: [PATCH] DOC: ecosystem pandas-stubs information (#43207) --- doc/source/ecosystem.rst | 14 ++++++++++++++ web/pandas/community/ecosystem.md | 11 +++++++++++ 2 files changed, 25 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index e58779c090d8f..78caf360519b6 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -575,3 +575,17 @@ Library Accessor Classes Description .. _composeml: https://github.com/alteryx/compose .. _datatest: https://datatest.readthedocs.io/ .. _woodwork: https://github.com/alteryx/woodwork + +Development tools +---------------------------- + +`pandas-stubs `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +While pandas repository is partially typed, the package itself doesn't expose this information for external use. +Install pandas-stubs to enable basic type coverage of pandas API. + +Learn more by reading through these issues `14468 `_, +`26766 `_, `28142 `_. + +See installation and usage instructions on the `github page `__. diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 81ddf9c1e657f..e744889070d8e 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -388,3 +388,14 @@ authors to coordinate on the namespace. | [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` | | [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` | | [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` | +## Development tools + +### [pandas-stubs](https://github.com/VirtusLab/pandas-stubs) + +While pandas repository is partially typed, the package itself doesn't expose this information for external use. +Install pandas-stubs to enable basic type coverage of pandas API. + +Learn more by reading through these issues [14468](https://github.com/pandas-dev/pandas/issues/14468), +[26766](https://github.com/pandas-dev/pandas/issues/26766), [28142](https://github.com/pandas-dev/pandas/issues/28142). + +See installation and usage instructions on the [github page](https://github.com/VirtusLab/pandas-stubs).