-
- 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: Fix skiplist init error with empty window Bug Datetime Datetime data dtype Window rolling, ewma, expanding
BUG: Fix timedelta64+Timestamp, closes #24775 Datetime Datetime data dtype Timedelta Timedelta data type
BUG: catch out-of-bounds datetime64 in Series/DataFrame constructor Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
BUG: fix tzaware dataframe transpose bug Bug DataFrame DataFrame data structure Datetime Datetime data dtype
PERF: restore DatetimeIndex.__iter__ performance by using non-EA implementation Datetime Datetime data dtype Performance Memory or execution speed performance
BUG: .isin on datetimelike indexes do not validate input of level parameter Datetime Datetime data dtype Index Related to the Index class or subclasses
ENH: Added stride/offset aliases in to_datetime Datetime Datetime data dtype Enhancement
#26631 by timcera was closed Oct 6, 2019 Loading…
1 of 4 tasks
ENH: Support multiple opening hours intervals for BusinessHour Datetime Datetime data dtype Enhancement
BUG: error calculating BusinessHourMixin.apply for long business hour per day Bug Datetime Datetime data dtype
New benchmarks for parsing dates with dayfirst=True and format='%d-%m-%Y' Datetime Datetime data dtype IO CSV read_csv, to_csv Performance Memory or execution speed performance
PERF: regression fixup for timestamp.TimestampConstruction.time_parse_iso8601_tz benchmark Datetime Datetime data dtype Performance Memory or execution speed performance
TST: Test pd.Grouper base floating point error (#25161) Datetime Datetime data dtype Groupby Testing pandas testing functions or related to the test suite
PERF: added no exception versions of '_string_to_dts' and 'parse_iso_8601_datetime' functions Datetime Datetime data dtype Performance Memory or execution speed performance
PERF: Cython version of Python _TIMEPAT regexp in parsing.pyx Datetime Datetime data dtype Performance Memory or execution speed performance
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.