-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
BUG: fixed .abs on Series with a timedelta (partial fix for 2957) Bug
#2958 by jreback was merged Mar 6, 2013 Loading… updated Mar 6, 2013
BUG: HDFStore bug when appending to a table, .typ not recreated on subsequent appends Bug IO Data IO issues that don't fit into a more specific label
BUG: Bug in multi-index slicing with datetimelike ranges (strings and Timestamps) (GH7429) Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
BUG: Series ops with a rhs of a Timestamp raising exception (#2898) Bug Enhancement
#2899 by jreback was merged Feb 23, 2013 Loading… updated Jun 12, 2014
make nanops._maybe_null_out work with complex numbers ( issue #7353 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: Bug in setitem with loc on mixed integer Indexes (GH6546) Bug Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves
make nanops work when ndim==1 and axis==0 ( issue #7354 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
BUG: Fixed incorrect type in integer conversion in to_stata Bug Dtype Conversions Unexpected or buggy dtype conversions IO Data IO issues that don't fit into a more specific label
BUG: _tidy_repr should not be called when max_rows is None Bug Output-Formatting __repr__ of pandas objects, to_string
BUG: Bug in DataFrame.dropna with duplicate indices (GH6355) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: fixing tseries plot cursor display, resolves #5453 Bug Datetime Datetime data dtype Visualization plotting
BUG: Add type promotion support for eval() expressions with many properties Bug Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation
BUG: NaN values not converted to Stata missing values (GH6684) Bug IO Data IO issues that don't fit into a more specific label Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
BUG: support data column indexers that have a large numbers of values Bug
#2914 by jreback was merged Feb 23, 2013 Loading… updated Jun 13, 2014
REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (GH6418) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
support axis=None for nanmedian ( issue #7352 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
API: Improved inference of datetime/timedelta with mixed null objects. (GH7431) Bug Dtype Conversions Unexpected or buggy dtype conversions
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.