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

Fix return type of loc when key is slice
#63413 opened Dec 18, 2025 by sanggon6107 Loading…
4 of 6 tasks
BUG: .quantile with empty temporal data Datetime Datetime data dtype quantile quantile method Timedelta Timedelta data type
#63407 opened Dec 18, 2025 by mroeschke Loading…
3 tasks done
3.0
BLD: Add Android support
#63405 opened Dec 18, 2025 by mhsmith Draft
1 of 4 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 Draft
API: Copy inputs in Index subclass constructors by default (GH#63388) API Design Index Related to the Index class or subclasses
#63398 opened Dec 17, 2025 by zacharym-collins Loading…
6 tasks done
ENH: clarify error message when getting slice bounds for a non-monotonic index without specifying the label Enhancement Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves
#63397 opened Dec 17, 2025 by natmokval Loading…
3 tasks done
Perf: avoid fallback to NumPy in value_counts for Arrow-backed array Arrow pyarrow functionality Performance Memory or execution speed performance
#63389 opened Dec 17, 2025 by fangchenli Loading…
DOC: Fix default value for engine in pandas.eval Docs
#63382 opened Dec 16, 2025 by zacharym-collins Loading…
3 of 6 tasks
google colab docs for pandas has been added
#63368 opened Dec 15, 2025 by gokul000410 Loading…
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… 3.0
Replace ensure_clean_store instances with temp_file in test_store.py
#63364 opened Dec 15, 2025 by asoledad33 Loading…
2 of 7 tasks
DOC: Clarify deterministic sorting behavior for ties
#63363 opened Dec 14, 2025 by Aditi4275 Loading…
4 of 6 tasks
Explaination on how to load data in Google Colab added
#63362 opened Dec 14, 2025 by Kalyani-Puranik Loading…
6 tasks done
BUG: Fix MultiIndex lookup with mixed datetime types GH#55969
#63355 opened Dec 13, 2025 by Aryn1102 Loading…
3 tasks done
DOC: Add Google Colab data loading section
#63354 opened Dec 13, 2025 by Atharv-navatre Loading…
DEPR: deprecate silent alignment on arithmetic operations between Series with non-aligned MultiIndexes Deprecate Functionality to remove in pandas MultiIndex Numeric Operations Arithmetic, Comparison, and Logical operations
#63351 opened Dec 13, 2025 by natmokval Loading…
3 tasks done
ProTip! Exclude everything labeled bug with -label:bug.