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: Dataframe constructor when given dict with None value Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#14392 by brandonmburroughs was merged Oct 31, 2016 Loading… updated Oct 31, 2016
4 tasks done
0.19.1
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… updated Jun 19, 2014 0.14.0
BUG: barplot with NaNs Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Visualization plotting
#8177 by TomAugspurger was merged Sep 7, 2014 Loading… updated Sep 7, 2014 0.15.0
BUG: interpolate with no nans and limit Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#8235 by TomAugspurger was merged Sep 10, 2014 Loading… updated Sep 10, 2014 0.15.0
VIS: Hide labels for NaN/zeros in boxplt [WIP] Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Visualization plotting
#8307 by TomAugspurger was merged Sep 25, 2014 Loading… updated Sep 25, 2014 0.15.0
BUG: Dataframe.fillna with np.nan for dtype=category(GH 14021) Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#14051 by conquistador1492 was closed Aug 26, 2016 Loading… updated Nov 15, 2016
4 tasks done
0.19.0
ENH: add timedelta as valid type for interpolate with method='time' Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#14799 by aileronajay was merged Dec 10, 2016 Loading… updated Dec 10, 2016
3 of 4 tasks
0.20.0
PR for Pandas issue #14872 / fillna() TZ datetime64 rounded Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timezones Timezone data dtype
#14905 by RodolfoRFR was closed Dec 18, 2016 Loading… updated Dec 18, 2016
1 of 2 tasks
0.19.2
TST: Same return values in drop_duplicates for Series and DataFrames(#… Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#14754 by mroeschke was merged Dec 15, 2016 Loading… updated Dec 15, 2016
3 tasks done
0.20.0
TST: Groupby/transform with grouped NaN (#9941) Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#14907 by mroeschke was merged Dec 18, 2016 Loading… updated Dec 18, 2016
3 tasks done
0.20.0
TST:Test to_sparse with nan dataframe (#10079) Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#14913 by mroeschke was merged Dec 19, 2016 Loading… updated Dec 19, 2016
3 tasks done
0.20.0
Fixed KDE Plot to drop the missing values Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Visualization plotting
#14820 by keshavramaswamy was merged Dec 15, 2016 Loading… updated Dec 24, 2016
3 of 4 tasks
0.19.2
BUG: pandas.Series.dt.round inconsistent behaviour on NAT's with different arguments Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15124 by discort was closed Jan 14, 2017 Loading… updated Jan 14, 2017
4 tasks
0.20.0
ENH: add fill_value to resample Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#14591 by nchmura4 was closed Jan 21, 2017 Loading… updated Jan 21, 2017
4 tasks done
0.20.0
ENH: .isnull and .notnull have been added as methods to Index to make this more consistent with the Series API API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15300 by jreback was closed Feb 4, 2017 Loading… updated Feb 4, 2017 0.20.0
GH6322, Bug on reset_index for a MultiIndex of all NaNs Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15466 by tzinckgraf was closed Feb 21, 2017 Loading… updated Feb 21, 2017
4 tasks done
0.20.0
BUG: Error when specifying int index containing NaN Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15616 by gfyoung was closed Mar 10, 2017 Loading… updated Mar 10, 2017 0.20.0
ENH: standardize fill_value behavior across the API Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15587 by ResidentMario was closed Mar 11, 2017 Loading… updated Mar 11, 2017
4 tasks
GH #14499 Panel.ffill ignores axis parameter and fill along axis=1 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#14528 by Tux1 was closed Mar 20, 2017 Loading… updated Mar 20, 2017
4 tasks done
BUG: upcasting on reshaping ops #13247 Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15594 by jaehoonhwang was closed Mar 14, 2017 Loading… updated Mar 20, 2017
4 tasks done
0.20.0
BUG: Series.asof fails for all NaN Series (GH15713) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15758 by ucals was closed Mar 26, 2017 Loading… updated Mar 26, 2017
4 tasks done
0.20.0
COMPAT: NaT accessors Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#15782 by jreback was merged Mar 27, 2017 Loading… updated Mar 27, 2017 0.20.0
COMPAT: NaT support tz_localize / tz_convert (#15830) Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15868 by atbd was merged Apr 2, 2017 Loading… updated Apr 2, 2017
2 tasks done
0.20.0
BUG: Bug in DataFrame construction with nulls and datetimes in a list like Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15892 by jreback was closed Apr 4, 2017 Loading… updated Apr 4, 2017 0.20.0
[DEPR]: Deprecate setting nans in categories Categorical Categorical Data Type Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10929 by TomAugspurger was merged Sep 1, 2015 Loading… updated Apr 5, 2017 0.17.0
ProTip! Adding no:label will show everything without a label.