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

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
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
EHN/FIX: Add na_last parameter to DataFrame.sort. Fixes GH3917 Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#5231 by unutbu was merged Mar 27, 2014 Loading… 0.14.0
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
BUG: Index.get_indexer_non_unique misbehaves with multiple nan Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#35498 by alexhlim was merged Aug 5, 2021 Loading…
5 tasks done
1.4
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
API: allow nan-likes in StringArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#41412 by lithomas1 was closed Apr 24, 2022 Loading…
4 tasks done
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
CLN/DOC/TST: Categorical fixups (GH7768) API Design Bug Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#8007 by jankatins was merged Aug 19, 2014 Loading… 0.15.0
Fix #25099 set na_rep values before converting to string to prevent data truncation Bug ExtensionArray Extending pandas with custom dtypes or arrays. IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Output-Formatting __repr__ of pandas objects, to_string
#25103 by kinow was merged Sep 10, 2019 Loading…
4 tasks done
1.0.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
Series pct_change fill_method behavior API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#25291 by albertvillanova was closed Sep 20, 2019 Loading…
4 tasks
Allow interpolate() to fill backwards as well as forwards API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10691 by lmjohns3 was merged Sep 1, 2015 Loading… 0.17.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
ProTip! Exclude everything labeled bug with -label:bug.