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

Inconsistent index between plain DataFrame and read_sql DataFrame DataFrame DataFrame data structure
#48193 by weikhor was closed Aug 26, 2022 Loading… updated Aug 28, 2022
5 tasks
ENH: Add index param to df.to_dict DataFrame DataFrame data structure
#48429 by yuanx749 was merged Sep 13, 2022 Loading… updated Oct 13, 2022
5 tasks done
2.0
Include missing data count in pd.DataFrame.describe() DataFrame DataFrame data structure
#26102 by alexander-ponomaroff was closed Jun 27, 2019 Loading… updated Oct 29, 2022
4 tasks done
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… updated Oct 30, 2022
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… updated Nov 3, 2022
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… updated Nov 10, 2022
4 of 5 tasks
2.0
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… updated Nov 11, 2022
4 of 5 tasks
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… updated Nov 18, 2022
3 of 5 tasks
2.0
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 updated Nov 29, 2022
1 of 2 tasks
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… updated Dec 8, 2022
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… updated Dec 8, 2022 1.5.3
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 updated Dec 13, 2022
5 tasks done
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… updated Dec 17, 2022
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… updated Jan 4, 2023
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 updated Mar 2, 2023
5 tasks done
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… updated Mar 2, 2023
5 tasks done
2.0
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… updated Mar 3, 2023
5 tasks done
2.1
Resolved duplicate issue by updating obj object DataFrame DataFrame data structure Stale
#50938 by asadullahnaeem was closed Mar 5, 2023 Loading… updated Mar 5, 2023
1 of 5 tasks
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… updated Mar 17, 2023
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… updated Mar 20, 2023
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… updated Mar 20, 2023 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… updated Apr 2, 2023
5 tasks
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… updated Apr 5, 2023
5 tasks
2.1
Backport PR #52565 on branch 2.0.x (REGR: Fix regression in sort_values not resetting index) DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#52583 by meeseeksmachine was merged Apr 11, 2023 Loading… updated Apr 11, 2023 2.0.1
REGR: Fix regression in sort_values not resetting index DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
#52565 by phofl was merged Apr 10, 2023 Loading… updated Apr 11, 2023
5 tasks done
2.0.1
ProTip! Add no:assignee to see everything that’s not assigned.