-
- Notifications
You must be signed in to change notification settings - Fork 19.2k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: Fix dt64[non_nano] + some_offsets incorrectly rounding
#62383 opened Sep 19, 2025 by Aniketsy Loading… updated Oct 29, 2025
2 tasks
Move chained assignment detection to cython for Python 3.14 compat
#62070 opened Aug 8, 2025 by jorisvandenbossche Loading… updated Oct 28, 2025
DOC: Update docs to remove instructions on using setup.py Docs Stale
#62389 opened Sep 20, 2025 by DevpriyaDave Loading… updated Oct 28, 2025
1 of 5 tasks
DOC: Add docs for Series.__invert__ (~); add cross-link from Boolean indexing Docs Series Series data structure
#62641 opened Oct 9, 2025 by rlawnsrl123 Loading… updated Oct 27, 2025
[backport 2.3.x] BUG: use arrow backend for digits references in
str.replace (#62872) #62884 opened Oct 27, 2025 by Alvaro-Kothe Loading… updated Oct 27, 2025
ENH: Adding hint to to_sql
#62799 opened Oct 22, 2025 by mpak123 Loading… updated Oct 27, 2025
4 of 5 tasks
BUG: resampling end date includes extra columns Stale
#62432 opened Sep 24, 2025 by Nikhil-Narayanan • Draft updated Oct 26, 2025
5 tasks
Don't discard blank Series/dicts
#62776 opened Oct 21, 2025 by felixlawrence Loading… updated Oct 26, 2025
1 of 5 tasks
STY: Enforce Ruff rule B905 for scripts/validate_unwanted_patterns.py
#62860 opened Oct 26, 2025 by aljosanpedro • Draft updated Oct 26, 2025
1 of 5 tasks
TST: replace ensure_clean with temp_file on pandas testing functions or related to the test suite
pandas/tests/io/xml/test_xml.py Testing #62638 opened Oct 9, 2025 by KevsterAmp • Draft updated Oct 26, 2025
3 of 5 tasks
DEPR: implicit resample in plotting Deprecate Functionality to remove in pandas Stale Visualization plotting
#62433 opened Sep 24, 2025 by jbrockmendel Loading… updated Oct 26, 2025
5 tasks
BUG: make CustomBusinessDay respect provided calendar; require numpy.…
#62851 opened Oct 25, 2025 by edzxy Loading… updated Oct 25, 2025
3 of 5 tasks
Adding instructions to upload data into google colab.
#62791 opened Oct 22, 2025 by UnkownHunter Loading… updated Oct 22, 2025
1 of 2 tasks
TST: Add test for Arrow decimal groupby variance
#62754 opened Oct 19, 2025 by nour-taqatqa Loading… updated Oct 21, 2025
1 task
Fix variance calculation for complex numbers by preserving dtype Reduction Operations sum, mean, min, max, etc.
#62555 opened Oct 3, 2025 by shaurya5 Loading… updated Oct 21, 2025
4 of 5 tasks
DOC: Add section on loading Data to Pandas in Google Colab
#62773 opened Oct 21, 2025 by Sathvik97 Loading… updated Oct 21, 2025
BUG: DataFrame.min with skipna=True raises TypeError when column contains np.nan and datetime.date
#62762 opened Oct 19, 2025 by AhmedSarg Loading… updated Oct 20, 2025
3 of 5 tasks
DOC: Update DataFrame table SVG to include values and labels
#62563 opened Oct 3, 2025 by AnkitSharma-29 Loading… updated Oct 20, 2025
BUG: fix SeriesGroupBy.plot does not respect cmap parameter Bug Groupby Visualization plotting
#62671 opened Oct 12, 2025 by zhuoyahuang Loading… updated Oct 19, 2025
2 of 5 tasks
BUG : Fix Excel header NaN duplication with merged MultiIndex columns in to_excel IO Excel read_excel, to_excel
#62576 opened Oct 4, 2025 by justine202429 Loading… updated Oct 19, 2025
5 tasks done
TST: add regression test for interpolate(method='time') with Int64/Float64 (#40252) Testing pandas testing functions or related to the test suite
#62286 opened Sep 7, 2025 by skalwaghe-56 Loading… updated Oct 18, 2025
3 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.