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

PERF: cythonizing _concat_date_cols; conversion to float without exceptions in _does_string_look_like_datetime Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
#25754 by anmyachev was merged May 12, 2019 Loading…
4 tasks done
0.25.0
ENH: fill_value argument for shift #15486 Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24128 by ahcub was merged Dec 26, 2018 Loading…
4 tasks
0.24.0
ENH: Add dropna in groupby to allow NaN in keys Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#30584 by charlesdong1991 was merged May 9, 2020 Loading…
5 tasks done
1.1
BUG: DataFrame.groupby(., dropna=True, axis=0) incorrectly throws ShapeError Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35751 by arw2019 was merged Dec 19, 2020 Loading…
5 tasks done
1.3
ENH: Implement Kleene logic for BooleanArray ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#29842 by TomAugspurger was merged Dec 9, 2019 Loading… 1.0.0
ENH: add NA scalar for missing value indicator, use in StringArray. Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#29597 by jorisvandenbossche was merged Dec 1, 2019 Loading… 1.0.0
ENH: Enable indexing with nullable Boolean Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate NA - MaskedArrays Related to pd.NA and nullable extension arrays
#31591 by dsaxton was merged Feb 22, 2020 Loading…
4 tasks done
1.0.2
Cythonized GroupBy Fill Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
#19673 by WillAyd was merged Feb 25, 2018 Loading…
4 tasks done
0.23.0
Construction of Series from dict containing NaN as key Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#18496 by toobaz was merged Dec 1, 2017 Loading…
4 tasks done
0.23.0
Make group_mean compatible with NaT Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#43467 by AlexeyGy was merged Sep 18, 2021 Loading…
4 tasks done
1.3.4
ENH: Add skipna parameter to infer_dtype Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17066 by cpcloud was merged Jul 25, 2017 Loading…
3 tasks done
0.21.0
ENH: ExtensionArray.fillna ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19909 by TomAugspurger was merged Mar 16, 2018 Loading… 0.23.0
BUG: support casting from bool array to EA Integer dtype Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#25265 by vladserkoff was merged May 14, 2019 Loading…
3 tasks done
0.25.0
BUG: fix categorical comparison with missing values (#26504 ) Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#26514 by another-green was merged Jun 1, 2019 Loading…
4 tasks done
0.25.0
BUG: MultiIndex not dropping nan level and invalid code value Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
#26408 by jiangyue12392 was merged Jun 1, 2019 Loading…
4 tasks done
0.25.0
BUG: Fix initialization of DataFrame from dict with NaN as key Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#18600 by toobaz was merged Apr 1, 2018 Loading…
4 tasks done
0.23.0
BUG: allow missing values in Index when calling Index.sort_values Bug Index Related to the Index class or subclasses Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35604 by AlexKirko was merged Sep 6, 2020 Loading…
5 tasks done
1.2
ENH: Added a min_count keyword to stat funcs API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#18876 by TomAugspurger was merged Dec 28, 2017 Loading… 0.22.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…
4 tasks done
0.20.0
Implement NA.__array_ufunc__ ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#30245 by TomAugspurger was merged Jan 5, 2020 Loading… 1.0.0
BUG: rank with +-inf, #6945 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
#17903 by peterpanmj was merged Dec 6, 2017 Loading…
4 tasks done
0.23.0
ENH: Add na_value argument to DataFrame.to_numpy Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#33857 by dsaxton was merged May 13, 2020 Loading…
5 tasks done
1.1
BUG: get_indexer_non_unique with np.datetime64("NaT") and np.timedelta64("NaT") Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#43870 by alexhlim was merged Oct 18, 2021 Loading…
4 tasks done
1.4
Fix DTI comparison with None, datetime.date Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19301 by jbrockmendel was merged Feb 2, 2018 Loading…
3 of 4 tasks
0.23.0
BUG: Groupy dropped nan groups from result when grouping over single column Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#36842 by phofl was merged Nov 4, 2020 Loading…
6 tasks done
1.2
ProTip! Type g i on any issue or pull request to go back to the issue listing page.