-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
DOC: Replace @doc decorators with inline docstrings in pandas/io/common.py Docs
#63338 opened Dec 12, 2025 by amyfung Loading…
1 task done
ENH: Add support for negative indexing in ListAccessor
#63340 opened Dec 12, 2025 by huhu-dsy Loading…
4 of 6 tasks
BUG: ensure we still honor copy=True in Series constructor in all cases Constructors Series/DataFrame/Index/pd.array Constructors Copy / view semantics Series Series data structure
#63342 opened Dec 12, 2025 by jorisvandenbossche Loading…
DOC: Add 'Loading data in Google Colab' section to IO user guide
#63343 opened Dec 12, 2025 by sutharsan-sana Loading…
API: to_datetime(ints, unit) give requested unit
#63347 opened Dec 12, 2025 by jbrockmendel Loading…
WEB: add pandas 3.0 release candidate announcement blog Web pandas website
#63348 opened Dec 12, 2025 by jorisvandenbossche • Draft
Fix JSON serialization of TimedeltaIndex labels (GH#63236)
#63349 opened Dec 12, 2025 by pavansai018 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
STY: Add explicit strict= to zip() calls in pandas/tests/strings
#63353 opened Dec 13, 2025 by majiayu000 Loading…
BUG: Fix MultiIndex lookup with mixed datetime types GH#55969
#63355 opened Dec 13, 2025 by Aryn1102 Loading…
3 tasks done
replaced all Appender、Substitution、doc decorators in pandas/pandas/core/frame.py.
#63357 opened Dec 14, 2025 by zhangbowen-coder Loading…
1 task
Replace @Appender @doc @Substitution in pandas/core/groupby/generic.py
#63358 opened Dec 14, 2025 by zhangbowen-coder Loading…
1 task
Explaination on how to load data in Google Colab added
#63362 opened Dec 14, 2025 by Kalyani-Puranik Loading…
6 tasks done
DOC: Clarify deterministic sorting behavior for ties
#63363 opened Dec 14, 2025 by Aditi4275 Loading…
4 of 6 tasks
Replace
ensure_clean_store instances with temp_file in test_store.py #63364 opened Dec 15, 2025 by asoledad33 Loading…
2 of 7 tasks
Bump actions/download-artifact from 6 to 7 CI Continuous Integration Dependencies Required and optional dependencies
#63365 opened Dec 15, 2025 by dependabot bot Loading…
Bump actions/upload-artifact from 5 to 6 CI Continuous Integration Dependencies Required and optional dependencies
#63366 opened Dec 15, 2025 by dependabot bot Loading…
EA: add back _from_scalar / cast_pointwise_result backwards compat ExtensionArray Extending pandas with custom dtypes or arrays.
Previous Next
ProTip! Filter pull requests by the default branch with base:main.