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

WIP: ENH: pivot/groupby index with nan Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#12607 by nbonnotte was closed Jul 26, 2017 Loading…
17 of 36 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…
4 tasks done
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…
1 of 2 tasks
0.19.2
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…
4 tasks
ENH: Provide an errors parameter to fillna Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15653 by ResidentMario was closed Aug 17, 2017 Loading…
4 tasks
skipna added to groupby numeric ops Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#15772 by mayukh18 was closed Oct 28, 2017 Loading…
2 of 4 tasks
BUG: Made SparseDataFrame.fillna() fill all NaNs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#16178 by keitakurita was closed Jul 12, 2017 Loading…
3 tasks done
BUG: resolving issue 16357 - added a check to see if input is pandas.NaT Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16501 by theodoreschen was closed Oct 14, 2017 Loading…
2 of 4 tasks
ENH: interpolate.limit_area() 16284 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16513 by WBare was closed Feb 24, 2018 Loading…
4 tasks done
0.23.0
BUG: Made SparseDataFrame.fillna() fill all NaNs Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#16892 by kernc was closed Jul 22, 2017 Loading…
4 tasks done
0.21.0
BUG: fillna ignoring axis=1 parameter. #17399 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17409 by pratapvardhan was closed Feb 24, 2018 Loading…
4 tasks done
BUG: Implement interpolating NaT values in datetime series Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17709 by s-celles was closed Nov 11, 2017 Loading…
4 tasks
Make Series[datetime64] - pd.NaT behave like DatetimeIndex - pd.NaT Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18960 by jbrockmendel was closed Jan 1, 2018 Loading…
4 tasks done
BUG: Concatentation of TZ-aware dataframes (#12396) (#18447) Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#19327 by paul-mannino was closed May 11, 2018 Loading…
2 of 3 tasks
0.23.0
ENH-19629: Adding numpy nansun/nanmean, etc etc to _cython_table Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#19670 by AaronCritchley was closed May 7, 2018 Loading…
4 tasks done
Fixed pct_change with 'fill_method' returning NaN instead of 0 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19875 by WillAyd was merged Feb 25, 2018 Loading…
4 tasks done
0.23.0
DOC: update the pandas.core.resample.Resampler.backfill docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#20083 by gcbeltramini was merged Mar 12, 2018 Loading…
5 tasks done
0.23.0
DOC: Update the pandas.Index.isna docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20123 by datadonK23 was merged Mar 12, 2018 Loading…
5 tasks done
0.23.0
DOC: update the pandas.Series.dropna and pandas.DataFrame.dropna docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20204 by datadonK23 was merged Mar 16, 2018 Loading…
4 of 5 tasks
DOC: update the pandas.DataFrame.replace docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#20271 by math-and-data was merged Apr 22, 2018 Loading…
3 of 5 tasks
DOC: update the isna, isnull, notna and notnull docstring Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20459 by Cheukting was merged Mar 26, 2018 Loading…
4 of 5 tasks
BUG: allow None as upcasted_na value ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#20851 by jorisvandenbossche was closed Aug 28, 2019 Loading…
ENH: Integer NA Extension Array Dtype Conversions Unexpected or buggy dtype conversions Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#21160 by jreback was merged Jul 20, 2018 Loading… 0.24.0
ENH: pivot/groupby index with nan (GH3729) Bug Enhancement Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#21669 by andrewdalecramer was closed Nov 23, 2018 Loading…
4 tasks done
Interpolation nonnumeric error handling Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#21773 by kevinislas2 was closed Oct 11, 2018 Loading…
4 tasks done
ProTip! Add no:assignee to see everything that’s not assigned.