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: Bug in .loc performing fallback integer indexing with object dtype indices (GH7496) API Design Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7497 by jreback was merged Jun 19, 2014 Loading… updated Jun 19, 2014 0.14.1
BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame Bug Indexing Related to indexing on series/frames, not to indexes themselves
#7506 by jreback was merged Jun 19, 2014 Loading… updated Jun 19, 2014 0.14.1
BUG: GH2763 fixed downcasting of groupby results on SeriesGroupBy Bug Dtype Conversions Unexpected or buggy dtype conversions Groupby
#3152 by jreback was merged Mar 24, 2013 Loading… updated Jun 19, 2014 0.11
BUG: Bug in iat/iloc with duplicate indices on a Series (6493) Bug Indexing Related to indexing on series/frames, not to indexes themselves
#6495 by jreback was merged Feb 27, 2014 Loading… updated Jun 19, 2014 0.14.0
BUG: replace iterrows with itertuples in sql insert (GH6509) Bug Dtype Conversions Unexpected or buggy dtype conversions IO SQL to_sql, read_sql, read_sql_query
#6591 by jorisvandenbossche was merged Mar 11, 2014 Loading… updated Jun 20, 2014 0.14.0
BUG: Bug in Panel indexing with a multi-index axis (GH 7516) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#7519 by jreback was merged Jun 20, 2014 Loading… updated Jun 20, 2014 0.14.1
BUG: GH2719, fixed reshape on a Series with invalid input Bug Indexing Related to indexing on series/frames, not to indexes themselves
#3127 by jreback was merged Mar 21, 2013 Loading… updated Jun 20, 2014 0.11
FIX: hdfstore queries of the form where=[('date', '>=', datetime(2013,1,... Bug Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore
#6313 by hhuuggoo was merged Feb 17, 2014 Loading… updated Jun 20, 2014 0.14.0
ENH/BUG: Period/PeriodIndex supports NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
#7485 by sinhrks was merged Jun 19, 2014 Loading… updated Jun 20, 2014 0.14.1
FIX str.match uses na flag Bug Strings String extension data type and string data
#6611 by hayd was merged Mar 14, 2014 Loading… updated Jun 20, 2014 0.14.0
Fix for GH 6885 - get_dummies chokes on unicode values Bug Strings String extension data type and string data Unicode Unicode strings
#6975 by maxgrenderjones was closed Apr 30, 2014 Loading… updated Jun 20, 2014 0.14.0
BUG: DatetimeIndex comparison handles NaT incorrectly Bug Datetime Datetime data dtype
#7529 by sinhrks was merged Jun 20, 2014 Loading… updated Jun 21, 2014 0.14.1
BUG: Bug in compat with np.compress, surfaced in (GH6658) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#6659 by jreback was merged Mar 18, 2014 Loading… updated Jun 21, 2014 0.14.0
BUG/API: disallow boolean arithmetic operations Bug Testing pandas testing functions or related to the test suite
#6803 by cpcloud was merged Apr 5, 2014 Loading… updated Jun 21, 2014 0.14.0
BUG: Fix behavior of to_offset with leading zeroes Bug Frequency DateOffsets
#6391 by ischwabacher was merged Feb 18, 2014 Loading… updated Jun 21, 2014 0.14.0
StataWriter: Replace missing values in string columns by an empty string Bug IO Data IO issues that don't fit into a more specific label
#6802 by PKEuS was merged Apr 6, 2014 Loading… updated Jun 21, 2014 0.14.0
BUG: Timestamp.tz_localize resets nanosecond Bug Timezones Timezone data dtype
#7534 by sinhrks was merged Jun 21, 2014 Loading… updated Jun 21, 2014 0.14.1
BUG: TimeGrouper outputs different result by column order Bug Datetime Datetime data dtype Groupby
#6908 by sinhrks was merged Apr 19, 2014 Loading… updated Jun 21, 2014 0.14.0
BUG: offsets.apply may return datetime API Design Bug Frequency DateOffsets
#7502 by sinhrks was merged Jun 21, 2014 Loading… updated Jun 21, 2014 0.14.1
BUG: Issue with groupby agg with a single function and a a mixed-type frame (GH6337) Bug Error Reporting Incorrect or improved errors from pandas Groupby
#6338 by jreback was merged Feb 13, 2014 Loading… updated Jun 21, 2014 0.14.0
BUG: df.reset_index loses tz Bug MultiIndex Timezones Timezone data dtype
#7533 by sinhrks was merged Jun 21, 2014 Loading… updated Jun 22, 2014 0.14.1
BUG: incorrect default in df.convert_objects was converting object types (#2909) Bug
#2910 by jreback was merged Feb 23, 2013 Loading… updated Jun 22, 2014
BUG: GH3109 fixed issues where passing an axis of 'columns' would fail Bug Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#3110 by jreback was merged Mar 26, 2013 Loading… updated Jun 22, 2014 0.11
BUG: Bug in .xs with a nan in level when dropped (GH6574) Bug MultiIndex
#6579 by jreback was merged Mar 9, 2014 Loading… updated Jun 22, 2014 0.14.0
Add test for core.nanops and fix several bugs in nanops Bug Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
#7358 by toddrjen was closed Jun 11, 2014 Loading… updated Jun 22, 2014 0.14.1
ProTip! Filter pull requests by the default branch with base:main.