-
- 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
Backport PR #56849 on branch 2.2.x (REGR: freq "m" (as alias of deprecated "M") raises an error) Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
REGR: freq "m" (as alias of deprecated "M") raises an error Frequency DateOffsets Regression Functionality that used to work in a prior pandas version
Backport PR #56594 on branch 2.2.x (DEPR: the method is_anchored() for offsets) Deprecate Functionality to remove in pandas Frequency DateOffsets
CLN: remove unused entries from _lite_rule_alias Frequency DateOffsets Stale
#56516 by natmokval was closed Jul 21, 2024 Loading…
TYP: require_matching_freq Frequency DateOffsets Typing type annotations, mypy/pyright type checking
TYP: tighter typing in _apply_array Frequency DateOffsets Typing type annotations, mypy/pyright type checking
TYP: tighter typing in Offset._apply Frequency DateOffsets Stale
#56082 by jbrockmendel was closed Apr 23, 2024 Loading…
Avoid warning in DateOffset addition Frequency DateOffsets Numeric Operations Arithmetic, Comparison, and Logical operations Warnings Warnings that appear or should be added to pandas
REF: de-duplicate freq pinning/validation Frequency DateOffsets Refactor Internal refactoring of code
ProTip! Filter pull requests by the default branch with base:main.