-
- 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
ENH: Period pickle Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label Period Period data type
2
API: Index doesn't results in PeriodIndex if Period contains NaT API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
Backport PR #56906 on branch 2.2.x (DEPR: freq ''2BQ-SEP" for to_period should raise an error) Frequency DateOffsets Period Period data type
BUG: Series.where with PeriodDtype raising on no-op Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
PERF: setting PeriodDtype column Performance Memory or execution speed performance Period Period data type
REF: share parts of DTI and PI Datetime Datetime data dtype Period Period data type Refactor Internal refactoring of code
Backport PR #45546 on branch 1.4.x (REGR: changed behavior in series[period].mask(foo, bar, inplace=True)) Error Reporting Incorrect or improved errors from pandas Period Period data type Regression Functionality that used to work in a prior pandas version
BUG: Series[Period][mask] = 'foo' raising inconsistent with non-mask indexing Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Interval Interval data type Period Period data type
ENH: DTA.to_period support non-nano Datetime Datetime data dtype Non-Nano datetime64/timedelta64 with non-nanosecond resolution Period Period data type
BUG: PeriodArray.__sub__(Period) overflows Numeric Operations Arithmetic, Comparison, and Logical operations Period Period data type
REF: use inherit_names for PeriodIndex Period Period data type Refactor Internal refactoring of code
CLN: avoid _typ checks in Period ops Performance Memory or execution speed performance Period Period data type
REF: put PeriodArray-specific method in PeriodArray Period Period data type Refactor Internal refactoring of code
REF: Make Period arith mirror PeriodArray arith Period Period data type Refactor Internal refactoring of code
BUG: reset_index with MultiIndex contains PeriodIndex raises ValueError Bug MultiIndex Period Period data type Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.