Skip to content

Commit

Permalink
DOC: ecosystem pandas-stubs information (#43207)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrolikowski-vl committed Sep 9, 2021
1 parent 819002c commit 4a2e467
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/source/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>`__.
11 changes: 11 additions & 0 deletions web/pandas/community/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 4a2e467

Please sign in to comment.