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

REF: implement PandasArray.pad_or_backfill Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53827 by jbrockmendel was merged Jun 26, 2023 Loading… updated Jun 26, 2023 2.1
Fixed #52234 Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53698 by ssche was merged Jun 23, 2023 Loading… updated Jun 23, 2023
4 of 5 tasks
2.1
BUG: reindex with expansion and non-nanosecond dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Non-Nano datetime64/timedelta64 with non-nanosecond resolution
#53505 by mroeschke was merged Jun 20, 2023 Loading… updated Jun 21, 2023
4 of 5 tasks
2.0.3
Backport PR #53505 on branch 2.0.x (BUG: reindex with expansion and non-nanosecond dtype) Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Non-Nano datetime64/timedelta64 with non-nanosecond resolution
#53748 by meeseeksmachine was merged Jun 20, 2023 Loading… updated Jun 20, 2023 2.0.3
TYP: core.missing Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Typing type annotations, mypy/pyright type checking
#53625 by jbrockmendel was merged Jun 14, 2023 Loading… updated Jun 14, 2023
5 tasks
2.1
BUG: interpolate with complex dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53635 by jbrockmendel was merged Jun 13, 2023 Loading… updated Jun 13, 2023
2 of 5 tasks
2.1
DEPR: interpolate with object dtype API Design Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53638 by jbrockmendel was merged Jun 13, 2023 Loading… updated Jun 13, 2023
3 of 5 tasks
2.1
BUG: clean_fill_method failing to raise Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53620 by jbrockmendel was merged Jun 12, 2023 Loading… updated Jun 12, 2023
5 tasks
2.1
REF: move interpolate validation to core.missing Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53580 by jbrockmendel was merged Jun 12, 2023 Loading… updated Jun 12, 2023 2.1
ENH: Implement PandasArray, DTA, TDA interpolate Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53594 by jbrockmendel was merged Jun 12, 2023 Loading… updated Jun 12, 2023 2.1
BUG: Fix np.inf + np.nan sum issue on groupby mean Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#52964 by parthi-siva was merged May 23, 2023 Loading… updated May 23, 2023
2 of 3 tasks
2.1
BUG: allow DataFrame[mask]=value with mixed non-numeric dtypes Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53291 by jbrockmendel was merged May 19, 2023 Loading… updated May 19, 2023
2 of 5 tasks
2.1
API: disallow inplace setting with where and a non-np.nan value (GH7656) Dtype Conversions Unexpected or buggy dtype conversions Error Reporting Incorrect or improved errors from pandas Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7657 by jreback was merged Jul 3, 2014 Loading… updated May 18, 2023 0.14.1
BUG: Modify get_indexer_non_unique to account for nan keys Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#52655 by ltauro was closed May 17, 2023 Loading… updated May 17, 2023
3 of 5 tasks
BUG: Interpolate not respecting inplace for empty df Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#53223 by phofl was merged May 15, 2023 Loading… updated May 15, 2023
5 tasks done
2.1
BUG: crosstab(dropna=False) did not keep np.nan in result Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#53205 by mroeschke was merged May 14, 2023 Loading… updated May 14, 2023
4 of 5 tasks
2.1
pandas.read_csv tries to convert "NaN" even when specifying dtype argument #19644 IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#19877 by giba0 was closed Feb 26, 2018 Loading… updated May 11, 2023
4 tasks done
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… updated May 11, 2023
4 tasks done
Cleaner infer Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17069 by cpcloud was closed Jul 24, 2017 Loading… updated May 11, 2023
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… updated May 11, 2023
2 of 4 tasks
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… updated May 11, 2023
17 of 36 tasks
CLN: Series.asof uses reindex GH10343 Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10873 by bwillers was closed Oct 18, 2015 Loading… updated May 11, 2023
WIP: dtype._is_valid_na_for_dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#51378 by jbrockmendel was closed Apr 21, 2023 Loading… updated Apr 21, 2023
DEPR: concat ignoring all-NA columns Deprecate Functionality to remove in pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#52613 by jbrockmendel was merged Apr 18, 2023 Loading… updated Apr 18, 2023
3 of 5 tasks
2.1
GH-52093 : AttributeError raised with pd.concat between a None and Timestamp Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#52433 by ramvikrams was closed Apr 18, 2023 Loading… updated Apr 18, 2023
1 of 5 tasks
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.