Skip to content

Commit 4a2e467

Browse files
DOC: ecosystem pandas-stubs information (#43207)
1 parent 819002c commit 4a2e467

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

doc/source/ecosystem.rst

+14
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,17 @@ Library Accessor Classes Description
575575
.. _composeml: https://github.com/alteryx/compose
576576
.. _datatest: https://datatest.readthedocs.io/
577577
.. _woodwork: https://github.com/alteryx/woodwork
578+
579+
Development tools
580+
----------------------------
581+
582+
`pandas-stubs <https://github.com/VirtusLab/pandas-stubs>`__
583+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
584+
585+
While pandas repository is partially typed, the package itself doesn't expose this information for external use.
586+
Install pandas-stubs to enable basic type coverage of pandas API.
587+
588+
Learn more by reading through these issues `14468 <https://github.com/pandas-dev/pandas/issues/14468>`_,
589+
`26766 <https://github.com/pandas-dev/pandas/issues/26766>`_, `28142 <https://github.com/pandas-dev/pandas/issues/28142>`_.
590+
591+
See installation and usage instructions on the `github page <https://github.com/VirtusLab/pandas-stubs>`__.

web/pandas/community/ecosystem.md

+11
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,14 @@ authors to coordinate on the namespace.
388388
| [pint-pandas](https://github.com/hgrecco/pint-pandas) | `pint` | `Series`, `DataFrame` |
389389
| [composeml](https://github.com/alteryx/compose) | `slice` | `DataFrame` |
390390
| [woodwork](https://github.com/alteryx/woodwork) | `slice` | `Series`, `DataFrame` |
391+
## Development tools
392+
393+
### [pandas-stubs](https://github.com/VirtusLab/pandas-stubs)
394+
395+
While pandas repository is partially typed, the package itself doesn't expose this information for external use.
396+
Install pandas-stubs to enable basic type coverage of pandas API.
397+
398+
Learn more by reading through these issues [14468](https://github.com/pandas-dev/pandas/issues/14468),
399+
[26766](https://github.com/pandas-dev/pandas/issues/26766), [28142](https://github.com/pandas-dev/pandas/issues/28142).
400+
401+
See installation and usage instructions on the [github page](https://github.com/VirtusLab/pandas-stubs).

0 commit comments

Comments
 (0)