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: underflow on Timestamp creation Bug Datetime Datetime data dtype
#14433 by chris-b1 was merged Oct 20, 2016 Loading… updated Oct 20, 2016
4 tasks done
0.19.1
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… updated Oct 24, 2016
4 tasks
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… updated Dec 4, 2016
4 tasks done
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… updated Dec 18, 2016
1 of 2 tasks
0.19.2
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… updated Dec 22, 2016 0.20.0
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… updated Jan 18, 2017
4 tasks done
0.20.0
DOC: timeseries.rst floating point precision (#15817) Datetime Datetime data dtype Docs
#15919 by mchwalisz was closed Apr 8, 2017 Loading… updated Apr 10, 2017
1 task done
0.20.0
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… updated Jun 12, 2017
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… updated Oct 14, 2017
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… updated Nov 11, 2017
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… updated Nov 12, 2017
2 of 4 tasks
API: to_datetime, required unit with numerical (#15836) API Design Bug Datetime Datetime data dtype
#15896 by atbd was closed Nov 12, 2017 Loading… updated Nov 12, 2017
4 tasks done
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… updated Nov 23, 2017
4 tasks done
More tslibs TODOS: small optimizations, trim namespaces Clean Datetime Datetime data dtype
#18446 by jbrockmendel was closed Nov 25, 2017 Loading… updated Dec 8, 2017
follow-up to #18014 Datetime Datetime data dtype
#18081 by jbrockmendel was closed Nov 4, 2017 Loading… updated Dec 8, 2017
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… updated Dec 10, 2017
4 tasks done
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… updated Feb 19, 2018
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… updated Mar 14, 2018
DOC: update the pandas.Series.dt.is_year_start docstring Datetime Datetime data dtype Docs
#20275 by janelle was merged Mar 14, 2018 Loading… updated Mar 14, 2018
5 tasks done
DOC: Improved the docstring of pandas.Series.truncate Datetime Datetime data dtype Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20125 by simobasso was merged Mar 15, 2018 Loading… updated Mar 15, 2018
5 tasks done
0.23.0
BUG: fixes indexing with monotonic decreasing DTI (#19362) Bug Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves
#20677 by mapehe was merged Apr 20, 2018 Loading… updated Apr 20, 2018
4 tasks done
0.23.0
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… updated May 11, 2018
2 of 3 tasks
0.23.0
BUG: Using DatetimeIndex.date with timezone returns incorrect date #2… Datetime Datetime data dtype Timezones Timezone data dtype
#21281 by jamestran201 was merged Jun 7, 2018 Loading… updated Jun 12, 2018
3 of 4 tasks
0.23.1
Revert change to comparison op with datetime.date objects Datetime Datetime data dtype Numeric Operations Arithmetic, Comparison, and Logical operations
#21361 by TomAugspurger was merged Jun 8, 2018 Loading… updated Jun 12, 2018
4 tasks done
0.23.1
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… updated Jun 30, 2018
4 tasks done
ProTip! Updated in the last three days: updated:>2025-11-27.