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

DEPR: na_sentinel in factorize Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#47157 by rhshadrach was merged Jun 24, 2022 Loading…
4 tasks done
1.5
BUG: added missing fill_na parameter to DataFrame.unstack() with list of levels Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#30838 by tanmay1618 was merged Jan 9, 2020 Loading…
5 tasks done
1.0.0
ENH:column-wise DataFrame.fillna and duplicated DataFrame.fillna with Series and Dict Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#30922 by proost was closed Dec 8, 2020 Loading…
5 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
BUG: don't mangle NaN-float-values and pd.NaT (GH 22295) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#22296 by realead was merged Sep 18, 2018 Loading…
5 tasks done
0.24.0
ERR: Boolean comparisons of a Series vs None will now be equivalent to null comparisons 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
#10569 by jreback was merged Jul 17, 2015 Loading… 0.17.0
BUG: Accept dict or Series in fillna for categorical Series Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18293 by reidy-p was merged Nov 22, 2017 Loading…
3 of 4 tasks
0.23.0
ENH: Implement _from_sequence_of_strings for BooleanArray ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#31159 by dsaxton was merged Jan 23, 2020 Loading…
4 tasks done
1.0.0
REF: use _validate_fill_value in Index.insert Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
#38102 by jbrockmendel was merged Dec 13, 2020 Loading…
5 tasks
1.3
BUG: GroupBy.count() and GroupBy.sum() incorreclty return NaN instead of 0 for missing categories Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35280 by smithto1 was merged Aug 7, 2020 Loading…
6 tasks done
1.2
API: mode.nan_is_na to consistently distinguish NaN-vs-NA Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays
#62040 by jbrockmendel was merged Sep 26, 2025 Loading…
6 of 9 tasks
3.0
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
COMPAT: sum/prod on all nan will remain nan regardless of bottleneck install Compat pandas objects compatability with Numpy or Python functions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#17630 by jreback was merged Oct 10, 2017 Loading… 0.21.0
BUG: #12624 where Panel.fillna() ignores inplace=True Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#12633 by Xbar was closed Mar 17, 2016 Loading… 0.18.1
BUG: Fix issue with incorrect groupby handling of NaT Datetime Datetime data dtype Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10625 by larvian was merged Sep 3, 2015 Loading… 0.17.0
BUG: GH11206 where pd.isnull did not consider numpy NaT null Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#11212 by kawochen was merged Nov 20, 2015 Loading… 0.17.1
BUG: fix isin with nans and large arrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#36266 by Hanspagh was merged Sep 19, 2020 Loading…
5 tasks done
1.1.3
make null lowercase a missing value IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#16534 by OlegShteynbuk was merged Jun 1, 2017 Loading… 0.21.0
Move NaT to self-contained module Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18014 by jbrockmendel was merged Nov 1, 2017 Loading…
1 of 4 tasks
0.23.0
BUG: Fix fillna on multi indexed Dataframe doesn't work DataFrame DataFrame data structure Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#47774 by xr-chen was merged Aug 23, 2022 Loading…
2 of 5 tasks
1.4.4
ENH: support datetime64, datetime64tz in nanops.mean, nanops.median Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timezones Timezone data dtype
#29941 by jbrockmendel was merged Feb 12, 2020 Loading… 1.1
Dropna argument is now respected when false in pivot_table Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#25738 by alexander-ponomaroff was merged Apr 12, 2019 Loading…
4 tasks done
0.25.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
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
ENH Warn about panel.to_frame() discarding NaN GH7879 API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#7970 by m-novikov was closed Aug 15, 2015 Loading… 0.17.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.