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

EHN/FIX: Add na_last parameter to DataFrame.sort. Fixes GH3917 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#5231 by unutbu was merged Mar 27, 2014 Loading… 0.14.0
BUG: preserve dtypes in interpolate Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6291 by TomAugspurger was closed Feb 17, 2014 Loading… 0.14.0
BUG: Bug in DataFrame.dropna with duplicate indices (GH6355) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6388 by jreback was merged Feb 17, 2014 Loading… 0.14.0
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
#6421 by jreback was merged Feb 20, 2014 Loading… 0.14.0
BUG: Bug in fillna with method = bfill/ffill and datetime64[ns] dtype (GH6587) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6588 by jreback was merged Mar 10, 2014 Loading… 0.14.0
BUG: Bug in fillna with limit and value specified Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6628 by jreback was merged Mar 13, 2014 Loading… 0.14.0
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
#6685 by bashtage was merged Mar 23, 2014 Loading… 0.14.0
ENH: NaTType can be unpickled properly Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation IO Data IO issues that don't fit into a more specific label Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6742 by sinhrks was closed Mar 31, 2014 Loading… 0.14.0
BUG: fix replace bug where different dtypes in a nested dict would only replace the first value Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6820 by cpcloud was merged Apr 8, 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
API: allow Series comparison ops to align before comparison (GH1134) API Design Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6860 by jreback was closed Aug 5, 2014 Loading… 0.16.0
BUG: Arithmetic, timezone and offsets operations affecting to NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type Timezones Timezone data dtype
#6873 by sinhrks was merged Apr 13, 2014 Loading… 0.14.0
ENH: Implement Panel pct_change API Design Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#6909 by TomAugspurger was merged Apr 21, 2014 Loading… 0.14.0
BUG: GroupBy.get_group raises ValueError when group key contains NaT Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6996 by sinhrks was merged May 30, 2015 Loading… 0.16.2
ENH: use size instead of cythonized count for fallback cases Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
#7055 by cpcloud was merged May 8, 2014 Loading… 0.14.0
BUG: fix isnull for 0d object arrays Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7176 by shoyer was merged May 20, 2014 Loading… 0.14.0
FIX resample with fill_method and how #2073 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#7273 by hayd was closed Jun 4, 2014 Loading… 0.14.1
BUG: Index.min and max doesnt handle nan and NaT properly Bug Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7279 by sinhrks was merged May 30, 2014 Loading… 0.14.1
BUG: Bug in broadcasting with .div, integer dtypes and divide-by-zero (GH7325) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#7328 by jreback was merged Jun 4, 2014 Loading… 0.14.1
FIX: resample with fill_method and how #2073 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#7341 by cpcloud was merged Jun 4, 2014 Loading… 0.14.1
BUG: resample raises ValueError when NaT is included Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7373 by sinhrks was merged Jun 14, 2014 Loading… 0.14.1
BUG: Make copies of certain interpolate arguments (GH7295) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#7479 by dsm054 was merged Jun 17, 2014 Loading… 0.14.1
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… 0.14.1
DOC: fix docstring for DataFrame.interpolate API Design Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7553 by jdreaver was merged Jul 7, 2014 Loading… 0.14.1
BUG: isnull doesnt handle PeriodNaT properly Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
#7557 by sinhrks was closed May 9, 2015 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.