GitHub / pandas-dev/pandas issues and pull requests
Labelled with: Frequency
#62539 - ENH: improve error message when specifying a previously-deprecated frequen…
Pull Request -
State: closed - Opened by jgao8 about 2 months ago
- 1 comment
Labels: Error Reporting, Frequency
#62310 - BUG: Addition/subtracting `pd.Timedelta` constructed from hour offset gives wrong results
Issue -
State: closed - Opened by christianfosli 3 months ago
- 18 comments
Labels: Bug, Numeric Operations, Timedelta, Frequency
#62259 - ERR: improve error message when specifying a previously-deprecated frequency alias
Issue -
State: closed - Opened by jorisvandenbossche 3 months ago
- 2 comments
Labels: Error Reporting, Frequency
#61985 - API: offsets.Day is always calendar-day
Pull Request -
State: closed - Opened by jbrockmendel 4 months ago
- 3 comments
Labels: Frequency
#61666 - ENH: Support for Orthodox Easter
Pull Request -
State: closed - Opened by w3stling 5 months ago
Labels: Frequency
#61666 - ENH: Support for Orthodox Easter
Pull Request -
State: closed - Opened by w3stling 5 months ago
- 1 comment
Labels: Frequency
#61658 - DOC/ENH: Holiday days_of_week value error
Pull Request -
State: closed - Opened by sharkipelago 6 months ago
- 2 comments
Labels: Frequency
#61658 - DOC/ENH: Holiday days_of_week value error
Pull Request -
State: closed - Opened by sharkipelago 6 months ago
- 1 comment
Labels: Frequency
#61600 - DOC/ENH: Holiday exclusion argument
Pull Request -
State: closed - Opened by sharkipelago 6 months ago
- 3 comments
Labels: Frequency
#61600 - DOC/ENH: Holiday exclusion argument
Pull Request -
State: closed - Opened by sharkipelago 6 months ago
- 4 comments
Labels: Frequency
#61543 - DOC: Fix docs for BusinessDay constructor #52431
Pull Request -
State: open - Opened by camacluc 6 months ago
Labels: Docs, Frequency
#61476 - DOC: Improve DateOffset docstring with constructor and examples (#52431)
Pull Request -
State: closed - Opened by ericzhihuang 6 months ago
- 3 comments
Labels: Docs, Frequency, Stale
#61142 - BUG: Collision between equivalent frequencies 'QS-…
Pull Request -
State: closed - Opened by ycdjun 8 months ago
- 3 comments
Labels: Bug, Datetime, Frequency, Stale
#61142 - BUG: Collision between equivalent frequencies 'QS-…
Pull Request -
State: closed - Opened by ycdjun 8 months ago
- 3 comments
Labels: Bug, Datetime, Frequency, Stale
#61086 - BUG: Collision between equivalent frequencies 'QS-FEB' and 'QS-NOV'
Issue -
State: open - Opened by rwijtvliet 9 months ago
- 7 comments
Labels: Bug, Datetime, Frequency
#60946 - ENH: Add HalfYear offsets
Pull Request -
State: closed - Opened by snitish 9 months ago
- 3 comments
Labels: Frequency
#60946 - ENH: Add HalfYear offsets
Pull Request -
State: closed - Opened by snitish 9 months ago
- 2 comments
Labels: Frequency
#60647 - BUG: CustomBusinessDay not respecting calendar
Issue -
State: open - Opened by benmgrant 11 months ago
- 23 comments
Labels: Bug, Frequency, good first issue
#60207 - Backport PR #60186: TST: Skip flaky offset test case on WASM
Pull Request -
State: closed - Opened by mroeschke about 1 year ago
- 1 comment
Labels: Testing, Frequency, Timezones
#60207 - Backport PR #60186: TST: Skip flaky offset test case on WASM
Pull Request -
State: closed - Opened by mroeschke about 1 year ago
- 1 comment
Labels: Testing, Frequency, Timezones
#60172 - BUG: Frequency shift on empty DataFrame
Pull Request -
State: closed - Opened by eightyseven about 1 year ago
- 2 comments
Labels: Frequency
#60172 - BUG: Frequency shift on empty DataFrame
Pull Request -
State: closed - Opened by eightyseven about 1 year ago
- 1 comment
Labels: Frequency
#59444 - Backport PR #59441 on branch 2.2.x (COMPAT: Fix numpy 2.1 timedelta * DateOffset)
Pull Request -
State: closed - Opened by meeseeksmachine over 1 year ago
Labels: Numeric Operations, Timedelta, Frequency, Compat
#59442 - ENH: Raise TypeError instead of RecursionError when multiplying DateOffsets
Pull Request -
State: closed - Opened by mroeschke over 1 year ago
Labels: Error Reporting, Numeric Operations, Frequency
#59441 - COMPAT: Fix numpy 2.1 timedelta * DateOffset
Pull Request -
State: closed - Opened by mroeschke over 1 year ago
- 1 comment
Labels: Numeric Operations, Timedelta, Frequency, Compat
#59441 - COMPAT: Fix numpy 2.1 timedelta * DateOffset
Pull Request -
State: closed - Opened by mroeschke over 1 year ago
- 1 comment
Labels: Numeric Operations, Timedelta, Frequency, Compat
#59245 - BUG: `pandas.tseries.frequencies.to_offset()` raises `ValueError` when parsing a `LastWeekOfMonth` frequency string
Pull Request -
State: closed - Opened by aram-cinnamon over 1 year ago
- 2 comments
Labels: Frequency
#59245 - BUG: `pandas.tseries.frequencies.to_offset()` raises `ValueError` when parsing a `LastWeekOfMonth` frequency string
Pull Request -
State: closed - Opened by aram-cinnamon over 1 year ago
- 2 comments
Labels: Frequency
#59240 - clean: simplify lite-rule-alias and dont-uppercase
Pull Request -
State: closed - Opened by MarcoGorelli over 1 year ago
- 1 comment
Labels: Frequency, Clean
#59240 - clean: simplify lite-rule-alias and dont-uppercase
Pull Request -
State: closed - Opened by MarcoGorelli over 1 year ago
- 2 comments
Labels: Frequency, Clean
#58998 - DEPR: lowercase strings `w`, `d`, `b` and ``c`` denoting frequencies in `Week`, `Day`, `BusinessDay` and `CustomBusinessDay` classes
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 3 comments
Labels: Frequency, Deprecate
#58998 - DEPR: lowercase strings `w`, `d`, `b` and ``c`` denoting frequencies in `Week`, `Day`, `BusinessDay` and `CustomBusinessDay` classes
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 2 comments
Labels: Frequency, Deprecate
#58861 - DOC: Add note about deprecated offset aliases
Pull Request -
State: closed - Opened by tacaswell over 1 year ago
- 4 comments
Labels: Docs, Frequency
#58861 - DOC: Add note about deprecated offset aliases
Pull Request -
State: closed - Opened by tacaswell over 1 year ago
- 4 comments
Labels: Docs, Frequency
#58729 - BUG: DatetimeIndex.is_year_start breaks on BusinessMonthBegin frequency
Issue -
State: closed - Opened by natmokval over 1 year ago
Labels: Bug, Frequency
#58691 - TST: add tests for DatetimeIndex.is_year_start/is_quarter_start on "BMS" frequency
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 7 comments
Labels: Testing, Frequency
#58691 - TST: add tests for DatetimeIndex.is_year_start/is_quarter_start on "BMS" frequency
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 7 comments
Labels: Testing, Frequency
#58665 - BUG: DatetimeIndex.is_year_start breaks on custom business days frequencies bigger then `1C`
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 2 comments
Labels: Bug, Frequency
#58665 - BUG: DatetimeIndex.is_year_start breaks on custom business days frequencies bigger then `1C`
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 3 comments
Labels: Bug, Frequency
#58664 - BUG: DatetimeIndex.is_year_start breaks on custom business days frequencies bigger then `1C`
Issue -
State: closed - Opened by natmokval over 1 year ago
Labels: Bug, Frequency
#58549 - BUG: `DatetimeIndex.is_year_start` and `DatetimeIndex.is_quarter_start` always return False on double-digit frequencies
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 2 comments
Labels: Bug, Frequency
#58523 - BUG: DatetimeIndex.is_year_start breaks on double-digit frequencies
Issue -
State: closed - Opened by MarcoGorelli over 1 year ago
- 6 comments
Labels: Bug, Frequency
#58404 - Fixed `pd.infer_freq` incompatible with `Series["timestamp[s][pyarrow]"]`
Pull Request -
State: closed - Opened by randolf-scholz over 1 year ago
- 3 comments
Labels: Frequency, Stale, Arrow
#58404 - Fixed `pd.infer_freq` incompatible with `Series["timestamp[s][pyarrow]"]`
Pull Request -
State: closed - Opened by randolf-scholz over 1 year ago
- 3 comments
Labels: Frequency, Stale, Arrow
#58403 - BUG: `pd.infer_freq` incompatible with `Series["timestamp[s][pyarrow]"]`.
Issue -
State: open - Opened by randolf-scholz over 1 year ago
Labels: Bug, Datetime, Frequency, Arrow
#58382 - BUG: Add frequency to DatetimeArray/TimedeltaArray take
Pull Request -
State: closed - Opened by annika-rudolph over 1 year ago
- 1 comment
Labels: Frequency, MultiIndex
#58005 - DEPR: remove Tick.delta
Pull Request -
State: closed - Opened by jbrockmendel over 1 year ago
- 1 comment
Labels: Frequency, Deprecate
#58005 - DEPR: remove Tick.delta
Pull Request -
State: closed - Opened by jbrockmendel over 1 year ago
Labels: Frequency, Deprecate
#57986 - CLN: enforce deprecation of frequencies deprecated for offsets
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 14 comments
Labels: Frequency, Clean
#57986 - CLN: enforce deprecation of frequencies deprecated for offsets
Pull Request -
State: closed - Opened by natmokval over 1 year ago
- 15 comments
Labels: Frequency, Clean
#57927 - DateOffset add to ndarray
Pull Request -
State: closed - Opened by hottwaj over 1 year ago
- 2 comments
Labels: Numeric Operations, Frequency, Stale
#57927 - DateOffset add to ndarray
Pull Request -
State: closed - Opened by hottwaj over 1 year ago
- 2 comments
Labels: Numeric Operations, Frequency, Stale
#57877 - CLN: replace deprecated freqs `H`/`M` with `h`/`ME` in tests for plotting
Pull Request -
State: closed - Opened by natmokval over 1 year ago
Labels: Frequency, Clean
#57877 - CLN: replace deprecated freqs `H`/`M` with `h`/`ME` in tests for plotting
Pull Request -
State: closed - Opened by natmokval over 1 year ago
Labels: Frequency, Clean
#57794 - DEPR: rename `startingMonth` to `starting_month` (argument in BQuarterBegin)
Issue -
State: open - Opened by MarcoGorelli over 1 year ago
Labels: Frequency, Deprecate
#57793 - CLN: remove deprecated strings 'BA', 'BAS', 'AS' denoting frequencies for timeseries
Pull Request -
State: closed - Opened by natmokval over 1 year ago
Labels: Frequency, Clean
#57793 - CLN: remove deprecated strings 'BA', 'BAS', 'AS' denoting frequencies for timeseries
Pull Request -
State: closed - Opened by natmokval over 1 year ago
Labels: Frequency, Clean
#57537 - Backport PR #57536 on branch 2.2.x (BUG: dt64 + DateOffset with milliseconds)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Timeseries, Numeric Operations, Frequency
#57537 - Backport PR #57536 on branch 2.2.x (BUG: dt64 + DateOffset with milliseconds)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Timeseries, Numeric Operations, Frequency
#57536 - BUG: dt64 + DateOffset with milliseconds
Pull Request -
State: closed - Opened by mroeschke almost 2 years ago
- 1 comment
Labels: Timeseries, Numeric Operations, Frequency
#57508 - BUG: Tick division is incorrect
Pull Request -
State: closed - Opened by lithomas1 almost 2 years ago
- 3 comments
Labels: Frequency, Stale
#57508 - BUG: Tick division is incorrect
Pull Request -
State: closed - Opened by lithomas1 almost 2 years ago
- 3 comments
Labels: Frequency, Stale
#57494 - BUG: DateTimeIndex.is_year_start unexpected behavior when constructed with freq 'MS' date_range (#57377)
Pull Request -
State: closed - Opened by mattheeter almost 2 years ago
- 7 comments
Labels: Frequency
#57494 - BUG: DateTimeIndex.is_year_start unexpected behavior when constructed with freq 'MS' date_range (#57377)
Pull Request -
State: closed - Opened by mattheeter almost 2 years ago
- 7 comments
Labels: Frequency
#57456 - BUG: Inconsistent date_range output when using CustomBusinessDay as freq
Issue -
State: closed - Opened by blueharen almost 2 years ago
- 5 comments
Labels: Bug, Frequency
#57300 - CLN: remove from PeriodIndex.asfreq unnecessary raising ValueError for invalid period freq
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 1 comment
Labels: Frequency, Clean
#57292 - Backport PR #56945 on branch 2.2.x (ENH: raise ValueError if invalid period freq pass to asfreq when the index of df is a PeriodIndex)
Pull Request -
State: closed - Opened by MarcoGorelli almost 2 years ago
Labels: Frequency
#57292 - Backport PR #56945 on branch 2.2.x (ENH: raise ValueError if invalid period freq pass to asfreq when the index of df is a PeriodIndex)
Pull Request -
State: closed - Opened by MarcoGorelli almost 2 years ago
Labels: Frequency
#57075 - BUG: PeriodIndex.asfreq silently converts offset to period
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 3 comments
Labels: Bug, Frequency, Deprecate
#57075 - BUG: PeriodIndex.asfreq silently converts offset to period
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 3 comments
Labels: Bug, Frequency, Deprecate
#56945 - ENH: raise ValueError if invalid period freq pass to asfreq when the index of df is a PeriodIndex
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 5 comments
Labels: Frequency
#56924 - Backport PR #56910 on branch 2.2.x (DEPR: lowercase freqs 'ye', 'qe', etc. raise a ValueError)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Frequency, Deprecate
#56924 - Backport PR #56910 on branch 2.2.x (DEPR: lowercase freqs 'ye', 'qe', etc. raise a ValueError)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Frequency, Deprecate
#56916 - Backport PR #56906 on branch 2.2.x (DEPR: freq ''2BQ-SEP" for to_period should raise an error)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Frequency, Period
#56916 - Backport PR #56906 on branch 2.2.x (DEPR: freq ''2BQ-SEP" for to_period should raise an error)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Frequency, Period
#56910 - DEPR: lowercase freqs 'ye', 'qe', etc. raise a ValueError
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 1 comment
Labels: Frequency, Deprecate
#56910 - DEPR: lowercase freqs 'ye', 'qe', etc. raise a ValueError
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 4 comments
Labels: Frequency, Deprecate
#56906 - DEPR: freq ''2BQ-SEP" for to_period should raise an error
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 1 comment
Labels: Frequency, Period
#56862 - Backport PR #56849 on branch 2.2.x (REGR: freq "m" (as alias of deprecated "M") raises an error)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Regression, Frequency
#56862 - Backport PR #56849 on branch 2.2.x (REGR: freq "m" (as alias of deprecated "M") raises an error)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Regression, Frequency
#56849 - REGR: freq "m" (as alias of deprecated "M") raises an error
Pull Request -
State: closed - Opened by MarcoGorelli almost 2 years ago
- 2 comments
Labels: Regression, Frequency
#56849 - REGR: freq "m" (as alias of deprecated "M") raises an error
Pull Request -
State: closed - Opened by MarcoGorelli almost 2 years ago
Labels: Regression, Frequency
#56847 - REGR: freq "m" (as alias of deprecated "M") raises an error
Issue -
State: closed - Opened by jorisvandenbossche almost 2 years ago
- 2 comments
Labels: Regression, Frequency
#56813 - Backport PR #56594 on branch 2.2.x (DEPR: the method is_anchored() for offsets)
Pull Request -
State: closed - Opened by meeseeksmachine almost 2 years ago
Labels: Frequency, Deprecate
#56594 - DEPR: the method is_anchored() for offsets
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 7 comments
Labels: Frequency, Deprecate
#56586 - BUG: dt64[non_nano] + some_offsets incorrectly rounding
Issue -
State: open - Opened by jbrockmendel almost 2 years ago
Labels: Bug, Numeric Operations, Frequency, Non-Nano
#56558 - DEPR: Tick.delta
Pull Request -
State: closed - Opened by jbrockmendel almost 2 years ago
- 2 comments
Labels: Frequency, Deprecate
#56550 - CLN: replace unnecessary `freq_to_period_freqstr` with `PeriodDtype` constructor
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 2 comments
Labels: Frequency, Clean
#56550 - CLN: replace unnecessary `freq_to_period_freqstr` with `PeriodDtype` constructor
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 1 comment
Labels: Frequency, Clean
#56516 - CLN: remove unused entries from _lite_rule_alias
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 5 comments
Labels: Frequency, Stale
#56516 - CLN: remove unused entries from _lite_rule_alias
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 5 comments
Labels: Frequency, Stale
#56417 - ENH: unify warning message in to_offset()
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 1 comment
Labels: Frequency
#56346 - DEPR: lower/uppercase strings such as 'y', 'q', 'H', 'MIN', etc. denoting freqs/units for time series, period, and timedelta
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
- 4 comments
Labels: Frequency, Deprecate
#56336 - DOC: add missing parameters to DateOffset classes: Milli, Micro and Nano
Pull Request -
State: closed - Opened by vinitaparasrampuria almost 2 years ago
- 2 comments
Labels: Docs, Frequency
#56243 - ENH: Raise TypeError when converting DatetimeIndex to PeriodIndex with invalid period frequency
Pull Request -
State: closed - Opened by natmokval almost 2 years ago
Labels: Frequency
#56141 - DEPR: correct error message in to_offset
Pull Request -
State: closed - Opened by natmokval about 2 years ago
Labels: Frequency, Deprecate
#56083 - TYP: tighter typing in _apply_array
Pull Request -
State: closed - Opened by jbrockmendel about 2 years ago
- 2 comments
Labels: Frequency, Typing
#56082 - TYP: tighter typing in Offset._apply
Pull Request -
State: closed - Opened by jbrockmendel about 2 years ago
- 6 comments
Labels: Frequency, Stale
#56050 - DEPR offsets: rename 'SM' to 'SME'
Pull Request -
State: closed - Opened by natmokval about 2 years ago
- 1 comment
Labels: Frequency, Deprecate
#56029 - Avoid warning in DateOffset addition
Pull Request -
State: closed - Opened by jbrockmendel about 2 years ago
- 1 comment
Labels: Numeric Operations, Frequency, Warnings