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

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
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
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
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
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
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: 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
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
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
ENH add fill_value feature to pd.get_dummies Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#15926 by beckermr was closed Aug 1, 2017 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
BUG: Fix for fillna ignoring axis=1 parameter (issues #17399 #17409) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#28441 by jorvis was closed Nov 7, 2019 Loading…
3 of 5 tasks
BUG: Fix Series divmod #26987 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#27130 by jbrockmendel was closed Jul 6, 2019 Loading…
4 tasks done
ENH: Json fill_value for missing fields IO JSON read_json, to_json, json_normalize Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#27073 by jiangyue12392 was closed Jul 15, 2019 Loading…
4 tasks done
BUG: Fix #26210: MultiIndex Sorting with NaNs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#26282 by eoincondron was closed Jun 27, 2019 Loading…
2 of 4 tasks
(wip) BUG: replacing one column's values was changing other columns' dtypes Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#31216 by MarcoGorelli was closed Jul 26, 2020 Draft
5 tasks done
Astype keeps nan when converting into string Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#28176 by makbigc was closed May 8, 2020 Loading…
FIX: fix interpolate with kwarg limit area and limit direction using pad or bfill Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#31048 by cchwala was closed Nov 27, 2020 Loading…
5 tasks done
TST: corrwith and tshift in groupby/groupby.transform Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#32069 by ryankarlos was closed Mar 3, 2020 Loading…
4 tasks done
Fixed regression of Multi index with NaN Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex Regression Functionality that used to work in a prior pandas version
#25424 by hksonngan was closed Apr 16, 2019 Loading…
4 tasks done
BUG: pd.MultiIndex.get_loc(np.nan) Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#28783 by proost was closed Oct 10, 2019 Loading…
3 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-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 interpolate function Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#25210 by Vibhu-Agarwal was closed Jun 8, 2019 Loading…
4 tasks done
ENH: Added max_gap keyword for series.interpolate API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#25141 by cchwala was closed Jul 29, 2020 Loading…
4 tasks done
ProTip! Adding no:label will show everything without a label.