-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
MultiIndex.from_product()
should accept Index
or Series
as arguments
good first issue
MultiIndex
#1249
opened Jun 13, 2025 by
Dr-Irv
updated Jun 13, 2025
DataFrame.assign()
should allow a list and a range
good first issue
#1248
opened Jun 13, 2025 by
Dr-Irv
updated Jun 13, 2025
ENH: Add Optional Schema Definitions to Enable IDE Autocompletion
Enhancement
#1190
opened Apr 17, 2025 by
YoniChechik
updated Apr 26, 2025
Should
Series[Any]
be used internally instead of Series
?
#1133
opened Feb 28, 2025 by
MarcoGorelli
updated Mar 20, 2025
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
updated Mar 14, 2025
question: how to type compatibility-only
args
/ kwargs
?
#1168
opened Mar 13, 2025 by
MarcoGorelli
updated Mar 13, 2025
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
updated Mar 11, 2025
s.diff
reports Series[object]
instead of bool
for nullable types
#1150
opened Mar 7, 2025 by
MarcoGorelli
updated Mar 7, 2025
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
updated Feb 10, 2025
mypy complains about slicing using strings
mypy bug
Requires mypy to fix a bug
#1079
opened Jan 3, 2025 by
Dr-Irv
updated Jan 3, 2025
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
updated Jan 3, 2025
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
updated Nov 15, 2024
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
updated Nov 11, 2024
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
updated Oct 24, 2024
TypeIs annotation for
pands.isna
is not quite accurate
#1009
opened Sep 26, 2024 by
steve-mavens
updated Sep 27, 2024
Row-wise mapping to custom type not supported in
DataFrame.apply
#1001
opened Sep 13, 2024 by
bluenote10
updated Sep 24, 2024
Type of "apply" is partially unknown
#952
opened Jun 29, 2024 by
JanEricNitschke
updated Jun 29, 2024
result of itertuples gives an error when passed to NamedTuple - incompatible type "_PandasNamedTuple"; expected "NamedTuple"
#881
opened Feb 27, 2024 by
roj516
updated Feb 27, 2024
Improve handling of deprecations in stubs
#870
opened Feb 14, 2024 by
Daverball
updated Feb 21, 2024
Change use of
NoDefault
to be private and maybe indicate it shouldn't be passed
#851
opened Jan 14, 2024 by
Dr-Irv
updated Jan 14, 2024
Type checking with read_excel, to_excel
converters=
on read_excel
good first issue
IO Excel
#849
opened Jan 11, 2024 by
oliverbeagley-pgg
updated Jan 12, 2024
DataFrame.to_dict(orient="index") should return a nested dictionary
#799
opened Oct 18, 2023 by
gandhis1
updated Oct 18, 2023
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.