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

ENH: support for nanosecond time in offset and period Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Enhancement
#3060 by wuan was merged Sep 30, 2013 Loading… 0.13
ENH: extend selection semantics on ordered timeseries to unordered Bug Datetime Datetime data dtype Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3133 by jreback was closed Mar 22, 2013 Loading… 0.11
3
6
ENH: GH3070 allow string selection on a DataFrame with a datelike index, to have partial_string semantics (like Series) Bug Datetime Datetime data dtype Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3137 by jreback was merged Mar 22, 2013 Loading… 0.11
BUG: DatetimeIndex uses the wrong union if the operands overlap Bug Datetime Datetime data dtype
#4564 by filmor was merged Sep 26, 2013 Loading… 0.13
CLN: remove need for tz_localize, tz_convert in Series, use the generic Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
#6377 by jreback was merged Feb 17, 2014 Loading… 0.14.0
API/CLN: add in common operations to Series/Index, refactored as a OpsMixin API Design Datetime Datetime data dtype Enhancement Frequency DateOffsets Internals Related to non-user accessible pandas implementation Period Period data type
#6380 by jreback was merged Feb 18, 2014 Loading… 0.14.0
Fix irregular Timestamp arithmetic types #6543 Bug Datetime Datetime data dtype Timedelta Timedelta data type
#6544 by rosnfeld was closed Mar 5, 2014 Loading… 0.14.0
REGR: fixing Timestamp/Series subtraction, resolves #6648 Bug Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Timedelta Timedelta data type
#6657 by rosnfeld was merged Mar 18, 2014 Loading… 0.14.0
BUG: Regression from 0.13 with fillna and a Series on datetime-like (6344) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6824 by jreback was merged Apr 6, 2014 Loading… 0.14.0
BUG/ENH: Add how kwarg to rolling_* functions [fix #6297] API Design Bug Datetime Datetime data dtype Frequency DateOffsets Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#6845 by jsexauer was merged Apr 22, 2014 Loading… 0.14.0
API: adds weekday_common accessors (GH6936) API Design Datetime Datetime data dtype
#7028 by trailsquirrel was closed Jan 25, 2015 Loading…
BUG: Let DataFrame.quantile() handle datetime Bug Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations
#7093 by TomAugspurger was merged May 10, 2014 Loading… 0.14.0
BUG: DatetimeIndex with freq raises ValueError when passed value is short Datetime Datetime data dtype Error Reporting Incorrect or improved errors from pandas
#7098 by sinhrks was merged May 14, 2014 Loading… 0.14.0
added functionality to allow negative loc values to work with Index.insert Datetime Datetime data dtype Testing pandas testing functions or related to the test suite
#7268 by benjaminmgross was closed May 30, 2014 Loading… 0.14.1
FIX value_counts should skip NaT Bug Datetime Datetime data dtype Timedelta Timedelta data type
#7424 by hayd was merged Jun 17, 2014 Loading… 0.14.1
ProTip! no:milestone will show everything without a milestone.