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

Backport PR #48169 on branch 1.4.x (BUG: DataFrame.select_dtypes(include=number) still included BooleanDtype) DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions
#48174 by meeseeksmachine was merged Aug 20, 2022 Loading… 1.4.4
Inconsistent index between plain DataFrame and read_sql DataFrame DataFrame DataFrame data structure
#48193 by weikhor was closed Aug 26, 2022 Loading…
5 tasks
Backport PR #47774 on branch 1.4.x (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
#48216 by simonjayhawkins was merged Aug 23, 2022 Loading… 1.4.4
BUG: inconsistent behaviour for empty DataFrames DataFrame DataFrame data structure Stale Testing pandas testing functions or related to the test suite
#48327 by ntachukwu was closed Nov 29, 2022 Draft
1 of 2 tasks
ENH: Add index param to df.to_dict DataFrame DataFrame data structure
#48429 by yuanx749 was merged Sep 13, 2022 Loading…
5 tasks done
2.0
BUG: DataFrame from dict with non-nano Timedelta DataFrame DataFrame data structure Non-Nano datetime64/timedelta64 with non-nanosecond resolution Timedelta Timedelta data type
#48901 by jbrockmendel was merged Nov 18, 2022 Loading…
3 of 5 tasks
2.0
DEPR: DataFrame.median/mean with numeric_only=None and dt64 columns DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Reduction Operations sum, mean, min, max, etc.
#49250 by jbrockmendel was merged Oct 30, 2022 Loading…
5 tasks
2.0
DEPR: Enforce dropping of datetime in DataFrame.mean/median with numeric_only=None DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Reduction Operations sum, mean, min, max, etc.
#49384 by rhshadrach was closed Oct 29, 2022 Loading…
5 tasks
2.0
BUG: Fixing DataFrame.Update crashes when NaT present DataFrame DataFrame data structure
#49395 by wxing11 was merged Nov 15, 2022 Loading…
3 of 5 tasks
2.0
DEPR: Enforce deprecation of silent dropping of nuisance columns in agg_list_like Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Deprecate Functionality to remove in pandas
#49401 by rhshadrach was merged Nov 2, 2022 Loading…
4 of 5 tasks
2.0
DEPR: Enforce deprecation of numeric_only=None in DataFrame aggregations DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Reduction Operations sum, mean, min, max, etc.
#49551 by rhshadrach was merged Nov 9, 2022 Loading…
4 of 5 tasks
2.0
BUG: DataFrame reductions with object dtype and axis=1 Bug DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Reduction Operations sum, mean, min, max, etc.
#49616 by rhshadrach was closed Nov 10, 2022 Loading…
5 tasks done
2.0
BUG: DataFrame reductions with object dtype and axis=1 DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Reduction Operations sum, mean, min, max, etc.
#49619 by rhshadrach was closed Dec 13, 2022 Draft
5 tasks done
DEPR: Enforce default of numeric_only=False in DataFrame methods DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply
#49622 by rhshadrach was merged Nov 11, 2022 Loading…
4 of 5 tasks
2.0
REGR: memory_usage showing unnecessary FutureWarning Bug DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#50068 by phofl was merged Dec 8, 2022 Loading…
5 tasks done
1.5.3
Backport PR #50068 on branch 1.5.x (REGR: memory_usage showing unnecessary FutureWarning) Bug DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#50122 by meeseeksmachine was merged Dec 8, 2022 Loading… 1.5.3
BUG: df.setitem raising for ea bool df indexer DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves NA - MaskedArrays Related to pd.NA and nullable extension arrays
#50173 by phofl was merged Dec 17, 2022 Loading…
5 tasks done
2.0
BUG: isetitem coercing df columns to object DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves NA - MaskedArrays Related to pd.NA and nullable extension arrays
#50175 by phofl was merged Jan 4, 2023 Loading…
5 tasks done
2.0
BUG: DataFrame reductions with object dtype and axis=1 DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Reduction Operations sum, mean, min, max, etc. Stale
#50224 by rhshadrach was closed Feb 11, 2023 Draft
5 tasks done
Resolved duplicate issue by updating obj object DataFrame DataFrame data structure Stale
#50938 by asadullahnaeem was closed Mar 5, 2023 Loading…
1 of 5 tasks
DEP: Deprecate passing a DataFrame to from_records DataFrame DataFrame data structure Deprecate Functionality to remove in pandas
#51697 by phofl was merged Mar 3, 2023 Loading…
5 tasks done
2.1
BUG-CoW: from_records not tracking references when called with df Copy / view semantics DataFrame DataFrame data structure
#52029 by phofl was merged Mar 17, 2023 Loading…
5 tasks
2.0
PERF: Improve performance with copy=True and different dtype DataFrame DataFrame data structure Performance Memory or execution speed performance
#52054 by phofl was merged Mar 20, 2023 Loading…
5 tasks
2.0
Backport PR #52054 on branch 2.0.x (PERF: Improve performance with copy=True and different dtype) DataFrame DataFrame data structure Performance Memory or execution speed performance
#52088 by meeseeksmachine was merged Mar 20, 2023 Loading… 2.0
REF: define reductions non-dynamically DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
#52428 by jbrockmendel was merged Apr 5, 2023 Loading…
5 tasks
2.1
ProTip! Add no:assignee to see everything that’s not assigned.