-
- 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
add to_frame method to DataFrame DataFrame DataFrame data structure Enhancement Needs Discussion Requires discussion from core team before further action
#24336 by letalvoj was closed Jan 14, 2019 Loading… updated Jan 14, 2019
3 of 4 tasks
BUG: Switched shapes in ValueError msg in DataFrame construct (#20742) DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
DEPR/API: disallow lists within list for set_index DataFrame DataFrame data structure Deprecate Functionality to remove in pandas Indexing Related to indexing on series/frames, not to indexes themselves
#24697 by h-vetinari was closed Mar 10, 2019 Loading… updated Mar 10, 2019
5 tasks done
BUG: Preserve index order when constructing DataFrame from dict DataFrame DataFrame data structure
#26113 by bchu was closed May 3, 2019 Loading… updated May 3, 2019
4 tasks done
BUG: Fix bug when using df.query with "str.contains()" DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves
#25813 by dtpc was closed May 19, 2019 Loading… updated May 19, 2019
3 tasks done
DOC: Exception raised if columns do not match data GH27003 DataFrame DataFrame data structure Docs Error Reporting Incorrect or improved errors from pandas
#27067 by srf94 was closed Aug 28, 2019 Loading… updated Aug 28, 2019
1 of 4 tasks
BUG: DataFrame.drop raising TypeError when passing empty DatetimeIndex/list Bug DataFrame DataFrame data structure
#28114 by katsuya-horiuchi was closed Dec 17, 2019 Loading… updated Dec 17, 2019
5 tasks done
29213: Dataframe Constructor from List of List and non-iterables Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#29366 by matttan90 was closed Feb 2, 2020 Loading… updated Feb 3, 2020
4 tasks done
BUG: DataFrame fail to construct when data is list and columns is nested list for MI Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
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… updated Jun 15, 2020
5 of 6 tasks
ENH: add from_dummies API Design DataFrame DataFrame data structure Enhancement
#31795 by MarcoGorelli was closed May 26, 2020 Loading… updated Oct 10, 2020
API: Honor copy for dict-input in DataFrame API Design Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Stale
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
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
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: Ensure dataframe preserves categorical indices with categorial series Categorical Categorical Data Type Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure
#57635 by jmarintur was closed May 31, 2024 Loading… updated Jun 1, 2024
2 tasks done
ProTip! Filter pull requests by the default branch with base:main.