-
- 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
BUG: DatetimeIndex.__iter__ creates a temp array of Timestamp (GH7683) Datetime Datetime data dtype Performance Memory or execution speed performance
PERF: improve perf of index iteration (GH7683) Datetime Datetime data dtype Performance Memory or execution speed performance
REGR: fixing Timestamp/Series subtraction, resolves #6648 Bug Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Timedelta Timedelta data type
API: DatetimeIndex and PeriodIndex have same representation Datetime Datetime data dtype Output-Formatting __repr__ of pandas objects, to_string Period Period data type
BUG: Bug in iat return boxing for Timestamp/Timedelta (GH7729) Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
BUG/COMPAT: set tz on DatetimeIndex on pickle reconstruction (GH8367) Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype MultiIndex
API/BUG: return np.nan rather than -1 for invalid datetime accessors values (GH8689) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Fix unrecognized 'Z' UTC designator Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
ENH: Timestamp: Support addl datetime classmethods API Design Datetime Datetime data dtype Timezones Timezone data dtype
Fix unrecognized 'Z' UTC designator Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
BUG: DatetimeIndex with time object as key Bug Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
BUG: ValueError raised by cummin/cummax when datetime64 Series contains NaT. Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
BUG: Bug in Timestamp-Timestamp not returning a Timedelta type (GH8865) Bug Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Timedelta Timedelta data type
PERF: add exact kw to to_datetime to enable faster regex format parsing API Design Datetime Datetime data dtype Performance Memory or execution speed performance Strings String extension data type and string data
ProTip! Adding no:label will show everything without a label.