-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUGFIX: escape
quotechar
when escapechar
is not None (even if quoting=csv.QUOTE_NONE)
#61514
opened May 29, 2025 by
KevsterAmp
Loading…
4 of 5 tasks
ENH: Implement to_iceberg
IO Data
IO issues that don't fit into a more specific label
#61507
opened May 27, 2025 by
datapythonista
Loading…
4 tasks done
Change internal types in individual files to be private. Use type annotations, mypy/pyright type checking
TypeAlias
in code where types are declared.
Typing
#61504
opened May 27, 2025 by
Dr-Irv
Loading…
ENH: Support plugin DataFrame accessor via entry points (#29076)
API Design
Needs Discussion
Requires discussion from core team before further action
#61499
opened May 26, 2025 by
PedroM4rques
Loading…
4 of 5 tasks
ENH: Add
force_suffixes
boolean argument to pd.merge
#61498
opened May 26, 2025 by
kopytjuk
Loading…
2 of 5 tasks
Fix GH-61477: Prevent spurious sort warning in concat with unorderable MultiIndex
#61490
opened May 24, 2025 by
Neer-Pathak
Loading…
BUG: Raise clear error for duplicate id_vars in melt (GH61475)
Error Reporting
Incorrect or improved errors from pandas
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
#61484
opened May 23, 2025 by
ZanirP
Loading…
4 of 5 tasks
BUG: Raise error when filtering HDF5 with tz-aware index (GH#61479)
#61482
opened May 23, 2025 by
AnushaUKumar
Loading…
Fixed issue where rolling.kurt() calculations would be effected by values outside of scope
#61481
opened May 22, 2025 by
eicchen
Loading…
5 tasks done
DOC: Improve DateOffset docstring with constructor and examples (#52431)
Docs
Frequency
DateOffsets
#61476
opened May 22, 2025 by
ericzhihuang
Loading…
BUG: Raise ValueError on integer indexers containing NA; skip test for unsupported EAs(#56727)
#61465
opened May 20, 2025 by
pelagiavlas
Loading…
5 tasks done
ENH: Added
DataFrame.nsorted
to select top n
rows according to column-dependent order
#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
#61454
opened May 18, 2025 by
iabhi4
Loading…
4 tasks done
BUG: Fix Dataframe handling of scalar Timestamp #61444
Bug
Timestamp
pd.Timestamp and associated methods
#61450
opened May 17, 2025 by
Farsidetfs
•
Draft
3 tasks
ENH: Implemented MultiIndex.searchsorted method ( GH14833)
Enhancement
MultiIndex
#61435
opened May 12, 2025 by
GSAUC3
Loading…
5 tasks done
BUG: Fix memory leak when slicing Series and assigning to self
#61426
opened May 10, 2025 by
niranjanorkat
Loading…
BUG: Raise MergeError when suffixes result in duplicate column names …
Bug
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Fix #60766:.map,.apply would convert element type for extension array
#61396
opened May 3, 2025 by
pedromfdiogo
Loading…
4 of 5 tasks
Fix alignment in Series subtraction with MultiIndex, Index and NaN values (#60908)
#61381
opened Apr 30, 2025 by
rit4rosa
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.