-
- 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
ENH: add empty() methods for DataFrame and Series DataFrame DataFrame data structure Enhancement Series Series data structure
#12291 by gfyoung was closed Feb 11, 2016 Loading…
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…
1 of 4 tasks
Include missing data count in pd.DataFrame.describe() DataFrame DataFrame data structure
#26102 by alexander-ponomaroff was closed Jun 27, 2019 Loading…
4 tasks done
BUG: Preserve index order when constructing DataFrame from dict DataFrame DataFrame data structure
#26113 by bchu was closed May 3, 2019 Loading…
4 tasks done
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…
5 tasks done
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…
3 of 4 tasks
ENH: add from_dummies API Design DataFrame DataFrame data structure Enhancement
#31795 by MarcoGorelli was closed May 26, 2020 Loading…
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…
5 tasks done
Only sort dict columns in from_records for py < 3.6 DataFrame DataFrame data structure
#22687 by llawall was closed Dec 23, 2018 Loading…
2 of 4 tasks
feature : forces index_type comparaison when asserting that one Dataf… DataFrame DataFrame data structure Indexing Related to indexing on series/frames, not to indexes themselves
#24618 by LouisJULIEN was closed Feb 27, 2019 Loading…
Warn when column order changed. DataFrame DataFrame data structure Error Reporting Incorrect or improved errors from pandas
#22945 by TomAugspurger was closed Mar 25, 2019 Loading…
Data type of new assigned DataFrame column #23326 DataFrame DataFrame data structure Dtype Conversions Unexpected or buggy dtype conversions Needs Info Clarification about behavior needed to assess issue
#23413 by charlesdong1991 was closed Nov 12, 2018 Loading…
4 tasks
REF/TST: Collect DataFrame Reduction Tests Clean DataFrame DataFrame data structure Refactor Internal refactoring of code Testing pandas testing functions or related to the test suite
#24761 by jbrockmendel was closed Jan 14, 2019 Loading…
Ensure that DataFrame constructed from dict follows insertion order Bug DataFrame DataFrame data structure
#25915 by alexander-ponomaroff was closed Apr 2, 2019 Loading…
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…
3 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…
4 tasks done
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
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
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…
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
Inconsistent index between plain DataFrame and read_sql DataFrame DataFrame DataFrame data structure
#48193 by weikhor was closed Aug 26, 2022 Loading…
5 tasks
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.