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

Cleaner infer Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#17069 by cpcloud was closed Jul 24, 2017 Loading…
BUG: groupby(..., dropna=False) drops null values with categorical grouper Categorical Categorical Data Type Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#48981 by rhshadrach was closed Oct 26, 2022 Draft
5 tasks
TYP: Fix NatType.combine type definition Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Typing type annotations, mypy/pyright type checking
#59503 by mroeschke was closed Aug 14, 2024 Loading…
BUG: Bug in DataFrame.dropna with duplicate indices (GH6355) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6388 by jreback was merged Feb 17, 2014 Loading… 0.14.0
REGR: Bug in Series.reindex when specifying a method with some nan values was inconsistent (GH6418) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6421 by jreback was merged Feb 20, 2014 Loading… 0.14.0
BUG: Bug in fillna with method = bfill/ffill and datetime64[ns] dtype (GH6587) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6588 by jreback was merged Mar 10, 2014 Loading… 0.14.0
BUG: Regression from 0.13 with fillna and a Series on datetime-like (6344) Bug Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6824 by jreback was merged Apr 6, 2014 Loading… 0.14.0
BUG: Bug in broadcasting with .div, integer dtypes and divide-by-zero (GH7325) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#7328 by jreback was merged Jun 4, 2014 Loading… 0.14.1
BUG: Bug in timedelta inference when assigning an incomplete Series (GH7592) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#7593 by jreback was merged Jun 27, 2014 Loading… 0.14.1
BUG: bug in partial setting of with a DatetimeIndex (GH9478) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#9479 by jreback was merged Feb 13, 2015 Loading… 0.16.0
REGR: Add back #N/A N/A as a default NA value (regresion from 0.12) (GH5521) IO CSV read_csv, to_csv Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#7639 by jreback was merged Jul 1, 2014 Loading… 0.14.1
API: .fillna will now raise a NotImplementedError when passed a DataFrame (GH8377) Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#8378 by jreback was merged Sep 24, 2014 Loading… 0.15.0
BUG: passing an invalid fill method to resample(..).fillna() causes an odd error message Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Resample resample method
#12952 by jreback was closed Apr 21, 2016 Loading… 0.18.1
API: Index doesn't results in PeriodIndex if Period contains NaT API Design Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Period Period data type
#13664 by sinhrks was closed Jul 19, 2016 Loading…
3 tasks done
0.19.0
CLN: move interpolation tests from test_generic to test_missing Clean Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#13055 by jreback was closed May 2, 2016 Loading… 0.18.1
Backport PR #56616 on branch 2.2.x (BUG: Add limit_area to EA ffill/bfill) Bug ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#56720 by meeseeksmachine was merged Jan 3, 2024 Loading… 2.2
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… 2.0.3
Backport PR #54820 on branch 2.1.x (REF: Dispatch ArrowExtensionArray.fillna methods to pad_or_backfill) Arrow pyarrow functionality Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#54827 by meeseeksmachine was merged Aug 28, 2023 Loading… 2.1
Backport PR #54927 on branch 2.1.x (REGR: interpolate raising if fill_value is given) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#55017 by meeseeksmachine was merged Sep 5, 2023 Loading… 2.1.1
Backport PR #55347 on branch 2.1.x (BUG: interpolate raising wrong error for ea) ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#55382 by phofl was merged Oct 4, 2023 Loading… 2.1.2
Backport PR #42085 on branch 1.3.x (BUG: groupby any/all raising with pd.NA object data) Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#42164 by meeseeksmachine was merged Jun 21, 2021 Loading… 1.3
Backport PR #41933 on branch 1.3.x (BUG: CategoricalIndex.get_loc(np.nan)) Bug Categorical Categorical Data Type Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#42039 by meeseeksmachine was merged Jun 16, 2021 Loading… 1.3
REF: pad/backfill out of IndexEngine Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Refactor Internal refactoring of code
#43761 by jbrockmendel was merged Sep 27, 2021 Loading…
4 tasks
1.4
BUG: all-NaT TDI division with object dtype preserve td64 Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type
#44237 by jbrockmendel was merged Nov 6, 2021 Loading…
4 tasks done
1.4
BUG: GroupBy.apply with timegrouper and NaT Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#43509 by jbrockmendel was merged Sep 11, 2021 Loading…
1 of 4 tasks
1.4
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.