Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
#14346 by Liam3851 was closed Oct 24, 2016 Loading…
4 tasks
0.19.1
BUG: underflow on Timestamp creation Bug Datetime Datetime data dtype
#14433 by chris-b1 was merged Oct 20, 2016 Loading…
4 tasks done
0.19.1
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
#14737 by aileronajay was merged Dec 3, 2016 Loading…
4 tasks done
0.20.0
Fix inconsistency in Partial String Index with 'second' resolution Bug Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
#14856 by ischurov was closed Dec 20, 2016 Loading… 0.20.0
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
#14905 by RodolfoRFR was closed Dec 18, 2016 Loading…
1 of 2 tasks
0.19.2
ENH: Added 'direction' parameter to merge_asof() (#14887) Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15129 by chrisaycock was closed Jan 18, 2017 Loading…
4 tasks done
0.20.0
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
DOC: timeseries.rst floating point precision (#15817) Datetime Datetime data dtype Docs
#15919 by mchwalisz was closed Apr 8, 2017 Loading…
1 task done
0.20.0
BUG: Timestamp.replace chaining not compat with datetime.replace #15683 Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#16110 by sscherfke was closed Aug 28, 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
#16395 by RobinFiveWords was closed May 24, 2017 Loading…
3 of 4 tasks
0.20.2
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
ENH: to_datetime support iso week year (16607) Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#16661 by rosygupta was closed Nov 23, 2017 Loading…
4 tasks done
DEPS: Added tz keyword to to_datetime function, deprecates utc Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Deprecate Functionality to remove in pandas
#17413 by harpolea was closed Dec 10, 2017 Loading…
4 tasks done
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
Recognize timezoned labels when accessing dataframes. Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#17920 by 1kastner was closed Jun 30, 2018 Loading…
4 tasks done
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
#19327 by paul-mannino was closed May 11, 2018 Loading…
2 of 3 tasks
0.23.0
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
DOC: Updated docstring DatetimeIndex.tz_localize Datetime Datetime data dtype Docs Timezones Timezone data dtype
#20050 by IHackPy was merged Mar 14, 2018 Loading…
ProTip! Filter pull requests by the default branch with base:main.