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

PERF: add an Arrow/NumPy hybrid groupby path for decimal and string types. Arrow pyarrow functionality Performance Memory or execution speed performance
#63416 opened Dec 18, 2025 by fangchenli Draft updated Dec 18, 2025
4 of 6 tasks
DOC: Run all doctests
#62988 opened Nov 4, 2025 by rhshadrach Draft updated Dec 18, 2025
5 tasks
DEP: Remove tzdata as a hard dependency outside of Windows Dependencies Required and optional dependencies
#63335 opened Dec 11, 2025 by rhshadrach Loading… updated Dec 18, 2025
1 of 6 tasks
3.0
EA: add back _from_scalar / cast_pointwise_result backwards compat ExtensionArray Extending pandas with custom dtypes or arrays.
#63367 opened Dec 15, 2025 by jorisvandenbossche Loading… updated Dec 18, 2025 3.0
API: to_datetime(ints, unit) give requested unit Non-Nano datetime64/timedelta64 with non-nanosecond resolution Timestamp pd.Timestamp and associated methods
#63347 opened Dec 12, 2025 by jbrockmendel Loading… updated Dec 18, 2025 3.0
BUG: Fix dt64[non_nano] + some_offsets incorrectly rounding
#62383 opened Sep 19, 2025 by Aniketsy Loading… updated Dec 18, 2025
2 tasks
PERF: avoid NumPy fallback when casting Arrow int/string to string Arrow pyarrow functionality Performance Memory or execution speed performance
#63401 opened Dec 17, 2025 by fangchenli Loading… updated Dec 18, 2025
Replacing some of @Appender in pandas/pandas/core/frame.py. Docs
#63384 opened Dec 16, 2025 by zhangbowen-coder Loading… updated Dec 18, 2025
1 task done
Fix return type of loc when key is slice
#63413 opened Dec 18, 2025 by sanggon6107 Loading… updated Dec 18, 2025
4 of 6 tasks
BUG: Remove special-casing for date objects in DatetimeIndex indexing (GH#62158)
#62198 opened Aug 26, 2025 by Aniketsy Loading… updated Dec 18, 2025
Fix JSON serialization of TimedeltaIndex labels (GH#63236)
#63349 opened Dec 12, 2025 by pavansai018 Loading… updated Dec 18, 2025 3.0
API: pd.Timedelta(integer, unit=unit) give the requested unit
#63302 opened Dec 8, 2025 by jbrockmendel Loading… updated Dec 18, 2025 3.0
BLD: Add Android support
#63405 opened Dec 18, 2025 by mhsmith Draft updated Dec 18, 2025
1 of 4 tasks
DOC: Add documentation for pandas.api.typing.Expression (#63084) Stale
#63090 opened Nov 12, 2025 by pranavkp71 Loading… updated Dec 18, 2025
2 tasks done
ENH: Prevent filling in unstack() Stale
#63137 opened Nov 17, 2025 by mpak123 Loading… updated Dec 18, 2025
6 tasks done
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 Build Library building on various platforms CI Continuous Integration Dependencies Required and optional dependencies
#63134 opened Nov 17, 2025 by dependabot bot Loading… updated Dec 17, 2025
BUG: ensure to always return new objects in Index set operations (avoid metadata mutation) Bug Copy / view semantics Index Related to the Index class or subclasses setops union, intersection, difference, symmetric_difference
#63174 opened Nov 22, 2025 by deniskrds Loading… updated Dec 17, 2025
3 of 6 tasks
3.0
BUG: Fix deprecation warnings with option_context have incorrect stacklevel
#63312 opened Dec 9, 2025 by jsicard833 Loading… updated Dec 17, 2025
4 of 6 tasks
BUG: Fix to_html adding time to datetime columns in transposed DataFrame (GH#10640)
#63400 opened Dec 17, 2025 by epabarker Loading… updated Dec 17, 2025
replaced all Appender、Substitution、doc decorators in pandas/pandas/core/frame.py.
#63357 opened Dec 14, 2025 by zhangbowen-coder Loading… updated Dec 17, 2025
1 task
STYLE: Prohibit parsing exeption messages in try/except code flows Stale
#63115 opened Nov 14, 2025 by LirongMa Draft updated Dec 17, 2025
6 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.