-
-
Notifications
You must be signed in to change notification settings - Fork 144
Issues: pandas-dev/pandas-stubs
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Mypy complains about inconsistent MRO when using Requires mypy to fix a bug
isinstance()
on a generic Series
object
mypy bug
#269
opened Sep 5, 2022 by
tmke8
type annotation for Index/MultiIndex.names is incorrect
Blocked
Requires external dependency before progressing
good first issue
Index
Related to the Index class or subclasses
#804
opened Oct 26, 2023 by
tswast
Addition of a Series[int] with a complex returns Series[unknown]
good first issue
Series
Series data structure
#1098
opened Jan 14, 2025 by
loicdiridollou
pd.Series gets converted to pd.TimestampSeries after isinstance check
mypy bug
Requires mypy to fix a bug
#877
opened Feb 24, 2024 by
tvdboom
Type checking with read_excel, to_excel
converters=
on read_excel
good first issue
IO Excel
#849
opened Jan 11, 2024 by
oliverbeagley-pgg
ENH: Add Optional Schema Definitions to Enable IDE Autocompletion
Enhancement
#1190
opened Apr 17, 2025 by
YoniChechik
s.diff
reports Series[object]
instead of bool
for nullable types
#1150
opened Mar 7, 2025 by
MarcoGorelli
Row-wise mapping to custom type not supported in
DataFrame.apply
#1001
opened Sep 13, 2024 by
bluenote10
DataFrame.to_dict(orient="index") should return a nested dictionary
#799
opened Oct 18, 2023 by
gandhis1
Series.diff returns Series['float'] even for nullable integers
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
#1110
opened Feb 8, 2025 by
MarcoGorelli
Invalid index type when extracting values from a multi-index data frame
Indexing
Related to indexing on series/frames, not to indexes themselves
#1018
opened Oct 21, 2024 by
kubotty
CLEAN: Investigate whether
TimestampSeries
, TimedeltaSeries
, etc. can be removed
#718
opened May 29, 2023 by
Dr-Irv
DOC: documentation related to how we want this to evolve, standards, testing mechanism, etc.
Code Style
Code style, linting, code_checks
Docs
Master Tracker
High level tracker for similar issues
Testing
pandas testing functions or related to the test suite
#11
opened May 11, 2022 by
simonjayhawkins
Disallow StringMethods for Series and Index when subtype is not Requires mypy to fix a bug
str
, but allow for Any
mypy bug
#1159
opened Mar 11, 2025 by
Dr-Irv
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.