Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

ENH: Adding DataFrame plotting benchmarks for large datasets
#61546 opened Jun 4, 2025 by shadnikn Loading…
3 tasks
Fix WeekOfMonth offset constructor offsets.pyx
#61545 opened Jun 3, 2025 by Cadensmith1123 Loading…
DOC: Fix docs for BusinessDay constructor #52431
#61543 opened Jun 3, 2025 by camacluc Loading…
2 tasks
CI: Debug slow environment solve times
#61542 opened Jun 3, 2025 by mroeschke Draft
5 tasks
Fix Index.equals between object and string
#61541 opened Jun 3, 2025 by sanggon6107 Loading…
3 of 5 tasks
ENH pandas-dev#60693: shift operations for Series and DataFrames
#61540 opened Jun 3, 2025 by David-msggc Loading…
5 tasks done
BUG: Fix Series.str.zfill for ArrowDtype string arrays #61485
#61533 opened Jun 1, 2025 by iabhi4 Loading…
4 tasks done
API: Replace na_action parameter in Series/DataFrame/Index.map by the standard skipna API Design Apply Apply, Aggregate, Transform, Map
#61530 opened Jun 1, 2025 by datapythonista Loading…
5 tasks done
ENH: Implement DataFrame.select API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#61527 opened May 31, 2025 by datapythonista Loading…
5 tasks done
BUG: Fix assert_frame_equal dtype handling when check_dtype=False (#61473) Testing pandas testing functions or related to the test suite
#61525 opened May 31, 2025 by iabhi4 Loading…
4 tasks done
BUG: Fix pivot_table margins to include NaN groups when dropna=False Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#61524 opened May 31, 2025 by iabhi4 Loading…
4 tasks done
BUILD: Bump Cython to 3.1 Build Library building on various platforms Dependencies Required and optional dependencies
#61519 opened May 30, 2025 by rhshadrach Loading…
1 of 5 tasks
2.3
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 TypeAlias in code where types are declared. Typing type annotations, mypy/pyright type checking
#61504 opened May 27, 2025 by Dr-Irv Loading…
ENH: Add force_suffixes boolean argument to pd.merge
#61498 opened May 26, 2025 by kopytjuk Loading…
2 of 5 tasks
Implemented NumbaExecutionEngine Apply Apply, Aggregate, Transform, Map
#61487 opened May 23, 2025 by arthurlw Loading…
3 of 5 tasks
ENH: Implement PDEP-17 Enhancement Warnings Warnings that appear or should be added to pandas
#61468 opened May 20, 2025 by rhshadrach Loading…
5 tasks
3.0
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
ProTip! Exclude everything labeled bug with -label:bug.