-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: read_sql wraps plain SQL strings in sqlalchemy.text() to allow % modulo and LIKE patterns (#35484)
#62578
opened Oct 4, 2025 by
SergioGarcia00
Loading…
BUG : Fix Excel header NaN duplication with merged MultiIndex columns in to_excel
#62576
opened Oct 4, 2025 by
justine202429
•
Draft
1 of 5 tasks
DOC: clarify that check_array_indexer accepts int and slice
#62573
opened Oct 4, 2025 by
sah0725
Loading…
BUG: Fixes regression in Series.pow with all-NA double[pyarrow] values in in pandas 3.x
#62572
opened Oct 4, 2025 by
fandimeng-fm
Loading…
5 tasks done
TST: add regression tests for interpolate(method="time") with nullable dtypes (GH#40252)
#62571
opened Oct 4, 2025 by
jonathan-gut
Loading…
Added legend_loc parameter to plot function
#62568
opened Oct 3, 2025 by
mittal-aakriti
•
Draft
5 tasks
DOC: Expand data table representation with labels and index (#62358)
#62565
opened Oct 3, 2025 by
akhilw0811
Loading…
STY: Enforce Ruff rule B905 for pandas/tests
#62564
opened Oct 3, 2025 by
RAAPPO
Loading…
2 of 5 tasks
DOC: Update DataFrame table SVG to include values and labels
#62563
opened Oct 3, 2025 by
AnkitSharma-29
Loading…
DEPR: casting non-standard listlikes to array in arithmetic operations
#62560
opened Oct 3, 2025 by
jbrockmendel
Loading…
TST: Replace ensure_clean with temp_file in 3 files
Testing
pandas testing functions or related to the test suite
#62556
opened Oct 3, 2025 by
mikkas456
Loading…
2 tasks done
Fix variance calculation for complex numbers by preserving dtype
Reduction Operations
sum, mean, min, max, etc.
#62555
opened Oct 3, 2025 by
shaurya5
Loading…
4 of 5 tasks
STY: ruff-format reformat for frame.py
Code Style
Code style, linting, code_checks
#62554
opened Oct 3, 2025 by
RAAPPO
Loading…
2 of 5 tasks
REF: consistent ndarray-wrapping for lists in arithmetic ops
#62552
opened Oct 2, 2025 by
jbrockmendel
Loading…
5 tasks
BUG: make read_csv, to_csv
read_csv
be able to read large floating numbers into float
IO CSV
#62542
opened Oct 2, 2025 by
Alvaro-Kothe
Loading…
4 of 5 tasks
ENH: improve error message when specifying a previously-deprecated frequen…
Error Reporting
Incorrect or improved errors from pandas
Frequency
DateOffsets
#62539
opened Oct 1, 2025 by
jgao8
Loading…
3 tasks done
Zip Strict specification for
pandas/core/indexes
#62533
opened Oct 1, 2025 by
krishna-datta
•
Draft
4 tasks
API/BUG: freq retention in value_counts
#62532
opened Oct 1, 2025 by
sanjanam1998
Loading…
4 of 5 tasks
BUG: setitem-with-expansion unwanted casting
#62523
opened Sep 30, 2025 by
jbrockmendel
Loading…
9 of 11 tasks
Backport PR #62313 on branch 2.3.x (DOC: Fix NaT and NA API docs)
Docs
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.