-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Deprecate Aliases as orient Argument in DataFrame.to_dict DataFrame DataFrame data structure Deprecate Functionality to remove in pandas
Nested list multi index (#14467) Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#32812 by harri471 was closed Jun 14, 2020 Loading…
5 tasks
Switch dataframe constructor to use dispatch Clean Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Needs Discussion Requires discussion from core team before further action
#32844 by saulshanabrook was closed Jun 14, 2020 Loading…
5 of 6 tasks
WIP: Draft strawman implementation of draft strawman data frame "__dataframe__" interchange protocol for discussion API Design DataFrame DataFrame data structure Needs Discussion Requires discussion from core team before further action
#32908 by simonjayhawkins was closed May 22, 2020 Loading…
API: Honor copy for dict-input in DataFrame API Design Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Stale
ENH: Add is_sparse method to check for sparse columns in a DataFrame (GH26706) DataFrame DataFrame data structure Enhancement Needs Discussion Requires discussion from core team before further action Sparse Sparse Data Type
#37279 by avinashpancham was closed Jul 10, 2021 Loading…
5 tasks done
BUG: DataFrame constructor reordering elements with ndarray from datetime dtype not datetime64[ns] Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
Backport PR #39442 BUG: DataFrame constructor reordering elements with ndarray from datetime dtype not datetime64[ns Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
REF: Move the rest of DataFrame.agg into apply Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Refactor Internal refactoring of code
REF: Move transform into apply Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
REGR: where not copying on no-op DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Backport PR #40592: REGR: where not copying on no-op DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves
ERR: clarify PerformanceWarning for fragmented frame DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves Warnings Warnings that appear or should be added to pandas
Backport PR #42942 on branch 1.3.x (ERR: clarify PerformanceWarning for fragmented frame) DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves Warnings Warnings that appear or should be added to pandas
Fix len one list dataframe constructor bug for datetime Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
Backport PR #43041 on branch 1.3.x (Fix len one list dataframe constructor bug for datetime) Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
Backport PR #43041 on branch 1.3.x (Fix len one list dataframe constructor bug for datetime) Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Regression Functionality that used to work in a prior pandas version
BUG: convert_dtypes lose columns.names GH#41435 DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions
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
BUG: DataFrame.select_dtypes(include=number) still included BooleanDtype DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.