-
- 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: Frequency not set on empty series Bug Datetime Datetime data dtype
#14340 by sahildua2305 was closed Oct 19, 2016 Loading…
3 of 4 tasks
BUG: GH14323 Union of differences from DatetimeIndex incorrect Bug Datetime Datetime data dtype Regression Functionality that used to work in a prior pandas version
ENH: support cut/qcut for datetime/timedelta (GH14714) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Datetime Datetime data dtype Enhancement Timedelta Timedelta data type
PR for Pandas issue #14872 / fillna() TZ datetime64 rounded Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timezones Timezone data dtype
ENH: Added 'direction' parameter to merge_asof() (#14887) Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
API: to_datetime, required unit with numerical (#15836) API Design Bug Datetime Datetime data dtype
#15896 by atbd was closed Nov 12, 2017 Loading…
4 tasks done
BUG: reshape fix for maybe_infer_to_datetimelike() Bug Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: resolving issue 16357 - added a check to see if input is pandas.NaT Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16501 by theodoreschen was closed Oct 14, 2017 Loading…
2 of 4 tasks
TST: add datetimelike tests for tz-aware DatetimeIndex Datetime Datetime data dtype Testing pandas testing functions or related to the test suite
#17694 by azjps was closed Nov 12, 2017 Loading…
2 of 4 tasks
BUG: Implement interpolating NaT values in datetime series Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17709 by s-celles was closed Nov 11, 2017 Loading…
4 tasks
follow-up to #18014 Datetime Datetime data dtype
#18081 by jbrockmendel was closed Nov 4, 2017 Loading…
More tslibs TODOS: small optimizations, trim namespaces Clean Datetime Datetime data dtype
#18446 by jbrockmendel was closed Nov 25, 2017 Loading…
Make Series[datetime64] - pd.NaT behave like DatetimeIndex - pd.NaT Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18960 by jbrockmendel was closed Jan 1, 2018 Loading…
4 tasks done
Remove unused/unreachable code from ops Clean Datetime Datetime data dtype Timedelta Timedelta data type
#18964 by jbrockmendel was closed Jan 1, 2018 Loading…
1 task done
BUG: Concatentation of TZ-aware dataframes (#12396) (#18447) Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
BUG: maybe_convert_objects with convert_datetime Bug Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions
#19423 by lingster was closed Oct 11, 2018 Loading…
Fix wraparound/overflow in date_range Datetime Datetime data dtype Error Reporting Incorrect or improved errors from pandas
#19740 by jbrockmendel was closed Feb 19, 2018 Loading…
4 tasks done
Previous Next
ProTip! Filter pull requests by the default branch with base:main.