-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: Fix Series.reindex losing values when reindexing to MultiIndex
Index
Related to the Index class or subclasses
MultiIndex
#61969
opened Jul 26, 2025 by
Roline-Stapny
Loading…
4 tasks done
DOC: added button to edit on GitHub
Docs
#61956
opened Jul 26, 2025 by
Sivayogeith
Loading…
1 of 5 tasks
BUG: Fix TypeError in assert_index_equal when comparing CategoricalIndex with check_categorical=True and exact=False
Testing
pandas testing functions or related to the test suite
#61941
opened Jul 24, 2025 by
Aniketsy
Loading…
BUG FIX: None of the included dtypes present in df will raise ValueError with clear error message.
Error Reporting
Incorrect or improved errors from pandas
#61871
opened Jul 16, 2025 by
khemkaran10
Loading…
3 tasks done
ENH: speed up wide DataFrame.line plots by using a single LineCollection
Performance
Memory or execution speed performance
Visualization
plotting
#61764
opened Jul 3, 2025 by
EvMossan
Loading…
4 tasks done
adding pandas.api.typing.aliases and docs
Typing
type annotations, mypy/pyright type checking
#61735
opened Jun 29, 2025 by
Dr-Irv
Loading…
5 tasks done
BUG: Fix lost precision with common type of uint64/int64
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
isin
isin method
#61679
opened Jun 19, 2025 by
pbrochart
Loading…
5 of 6 tasks
BUG: to_numeric fails to convert a Pyarrow Decimal series containing NA values
Arrow
pyarrow functionality
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
#61659
opened Jun 14, 2025 by
chilin0525
•
Draft
2 of 5 tasks
Parallelize test_sql.py - Issue #60378
IO SQL
to_sql, read_sql, read_sql_query
Testing
pandas testing functions or related to the test suite
#61551
opened Jun 4, 2025 by
dShcherbakov1
Loading…
4 tasks
ENH: Add Concat, Merge/Join, Stack/Unstack, Explode
Stale
force_suffixes
boolean argument to pd.merge
Enhancement
Reshaping
#61498
opened May 26, 2025 by
kopytjuk
Loading…
2 of 5 tasks
ENH: Added
DataFrame.nsorted
to select top n
rows according to column-dependent order
Stale
#61457
opened May 19, 2025 by
MartinBraquet
Loading…
5 tasks done
BUG: Raise TypeError when joining with non-DataFrame using 'on=' (GH#61434)
Error Reporting
Incorrect or improved errors from pandas
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Stale
#61454
opened May 18, 2025 by
iabhi4
Loading…
4 tasks done
ENH: Implemented MultiIndex.searchsorted method ( GH14833)
Enhancement
MultiIndex
Stale
#61435
opened May 12, 2025 by
GSAUC3
Loading…
5 tasks done
BUG: Add fillna at the beginning of _where not to fill NA. #60729
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#60772
opened Jan 23, 2025 by
sanggon6107
Loading…
4 of 5 tasks
PERF: improve StringArray.isna
Performance
Memory or execution speed performance
Stale
Strings
String extension data type and string data
#57733
opened Mar 5, 2024 by
jorisvandenbossche
Loading…
5 tasks
ProTip!
Filter pull requests by the default branch with base:main.