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/ERR: raise when trying to set a subset of values in a datetime64[ns, tz] columns with another tz Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#11259 by jreback was merged Oct 7, 2015 Loading… updated Oct 7, 2015 0.17.0
BUG: Bug in tz-conversions with an ambiguous time and .dt accessors, #11295 Bug Timezones Timezone data dtype
#11301 by jreback was merged Oct 13, 2015 Loading… updated Oct 13, 2015 0.17.1
TST: validation tests for #11314, set_index with a tz Datetime Datetime data dtype Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
#11316 by jreback was merged Oct 13, 2015 Loading… updated Oct 13, 2015 0.17.1
BUG: .loc assignment of datetime with tz is coercing to naive #11365 Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#11377 by taeold was closed Oct 19, 2015 Loading… updated Nov 15, 2015
BUG: date_range creation with an ambiguous endpoint, #11619 Bug Timezones Timezone data dtype
#11627 by jreback was merged Nov 17, 2015 Loading… updated Nov 17, 2015 0.17.1
ENH: Implement export of datetime64[ns, tz] dtypes with a fixed HDF5 #11411 Enhancement IO HDF5 read_hdf, HDFStore Timezones Timezone data dtype
#11628 by jreback was merged Nov 17, 2015 Loading… updated Nov 17, 2015 0.17.1
TST: tests for outputing ambiguous times, #11619, fixed already in #11301 Dtype Conversions Unexpected or buggy dtype conversions IO CSV read_csv, to_csv Output-Formatting __repr__ of pandas objects, to_string Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
#11641 by jreback was merged Nov 18, 2015 Loading… updated Nov 18, 2015 0.17.1
BUG: GH11616 fixes timezone selection error Bug Groupby Timezones Timezone data dtype
#11672 by varunkumar-dev was closed Nov 27, 2015 Loading… updated Nov 27, 2015 0.18.0
BUG: Parsing offset strings with non-zero minutes was incorrect Bug Timezones Timezone data dtype
#11774 by rockg was merged Dec 7, 2015 Loading… updated Dec 7, 2015 0.18.0
BUG: bug in deep copy of datetime tz-aware objects, #11794 Bug Timezones Timezone data dtype
#11796 by jreback was merged Dec 8, 2015 Loading… updated Dec 8, 2015 0.18.0
BUG/API: Index creation with different tz coerces DatetimeIndex API Design Timezones Timezone data dtype
#11696 by sinhrks was closed Dec 10, 2015 Loading… updated Dec 10, 2015 0.18.0
REGR: Regression in .clip with tz-aware datetimes #11838 Regression Functionality that used to work in a prior pandas version Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#11850 by jreback was merged Dec 16, 2015 Loading… updated Dec 16, 2015 0.18.0
BUG: GH12050 Setting values on Series using .loc with a TZ-aware DatetimeIndex fails Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#12054 by coroa was closed Jan 19, 2016 Loading… updated Jan 19, 2016 0.18.0
COMPAT: numpy_compat for >= 1.11 for np.datetime64 tz changes, #12100 Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#12127 by jreback was closed Jan 25, 2016 Loading… updated Jan 25, 2016 0.18.0
BUG: getitem and a series with a non-ndarray values Bug Datetime Datetime data dtype Timezones Timezone data dtype
#12151 by jreback was closed Jan 27, 2016 Loading… updated Jan 27, 2016 0.18.0
BUG GH11693 Support NaT series concatenation Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#11705 by varunkumar-dev was closed Feb 1, 2016 Loading… updated Feb 1, 2016 0.18.0
BUG: concat of tz series with NaT Datetime Datetime data dtype Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#12195 by jreback was closed Feb 1, 2016 Loading… updated Feb 1, 2016 0.18.0
BUG: Timestamp subtraction of NaT with timezones Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timezones Timezone data dtype
#12241 by sinhrks was closed Feb 11, 2016 Loading… updated Feb 11, 2016 0.18.0
BUG: GH12290 where tz_convert used values of uninitialized arrays Bug Timezones Timezone data dtype
#12306 by kawochen was closed Feb 12, 2016 Loading… updated Feb 12, 2016 0.18.0
BUG: Allow 'apply' to be used with non-numpy-dtype DataFrames Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#12284 by gfyoung was closed Feb 12, 2016 Loading… updated Feb 12, 2016 0.18.0
TST: validation tests for concat of same timezones Reshaping Concat, Merge/Join, Stack/Unstack, Explode Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
#12316 by jreback was closed Feb 13, 2016 Loading… updated Feb 13, 2016 0.18.0
BUG: Bug in DataFrame.set_index() with tz-aware Series Bug Timezones Timezone data dtype
#12365 by jreback was closed Feb 17, 2016 Loading… updated Feb 17, 2016 0.18.0
BUG: Return UTC DateTimeIndex when specified in to_datetime Bug Timezones Timezone data dtype
#12391 by gfyoung was closed Feb 20, 2016 Loading… updated Feb 21, 2016 0.18.0
BUG: date_range breaks with tz-aware start/end dates and closed intervals #12409 Regression Functionality that used to work in a prior pandas version Timezones Timezone data dtype
#12410 by multiloc was closed Feb 23, 2016 Loading… updated Feb 23, 2016
3 of 4 tasks
0.18.0
BUG: Concat with tz-aware and timedelta raises AttributeError Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timedelta Timedelta data type Timezones Timezone data dtype
#12635 by sinhrks was closed Mar 17, 2016 Loading… updated Mar 17, 2016
4 tasks done
0.18.1
ProTip! Exclude everything labeled bug with -label:bug.