File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -584,11 +584,11 @@ Type stubs
584
584
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
585
585
586
586
pandas by itself doesn't expose any type information to the user.
587
- This means that in pandas-dependant projects the type checkers like mypy won't perform like expected
587
+ This means that in pandas-dependent projects the type checkers like mypy won't perform like expected
588
588
and will treat all pandas objects as they were of type ``Any ``.
589
589
Learn more by reading through these issues `14468 <https://github.com/pandas-dev/pandas/issues/14468 >`_,
590
590
`26766 <https://github.com/pandas-dev/pandas/issues/26766 >`_, `28142 <https://github.com/pandas-dev/pandas/issues/28142 >`_.
591
591
592
- pandas-stubs are meant to alleviate this issue by providing rudimentary type coverage of pandas API.
592
+ pandas-stubs are meant to alleviate this issue by providing basic type coverage of pandas API.
593
593
After installing it using ``pip `` or ``conda ``, the ``.pyi `` files will be
594
594
placed alongside the pandas ``.py `` files and be available for the type checker.
Original file line number Diff line number Diff line change @@ -394,11 +394,11 @@ authors to coordinate on the namespace.
394
394
### [ pandas-stubs] ( https://github.com/VirtusLab/pandas-stubs )
395
395
396
396
pandas by itself doesn't expose any type information to the user.
397
- This means that in pandas-dependant projects the type checkers like Mypy won't perform like expected
397
+ This means that in pandas-dependent projects the type checkers like mypy won't perform like expected
398
398
and will treat all pandas objects as they were of type `` Any `` .
399
399
Learn more by reading through these issues [ 14468] ( https://github.com/pandas-dev/pandas/issues/14468 ) ,
400
400
[ 26766] ( https://github.com/pandas-dev/pandas/issues/26766 ) , [ 28142] ( https://github.com/pandas-dev/pandas/issues/28142 ) .
401
401
402
- pandas-stubs are meant to alleviate this issue by providing rudimentary type coverage of pandas API.
402
+ pandas-stubs are meant to alleviate this issue by providing basic type coverage of pandas API.
403
403
After installing it using ` pip ` or ` conda ` , the ` .pyi ` files will be
404
404
placed alongside the pandas ` .py ` files and be available for the type checker.
You can’t perform that action at this time.
0 commit comments