File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff 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 >`__.
Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments