-
- 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
Enhanced json normalize Enhancement IO JSON read_json, to_json, json_normalize
#23861 by bhavaniravi was closed Jun 17, 2019 Loading… updated Jul 6, 2019
3 tasks done
MultiIndex Support for DataFrame.pivot Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#25330 by thoo was closed Jul 11, 2019 Loading… updated Jul 11, 2019
4 tasks
Allow operator overloading for custom classes to return custom objects Enhancement
#26652 by mohammad7t was closed Jul 11, 2019 Loading… updated Jul 11, 2019
2 of 4 tasks
ENH: Add set_index to Series Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#22225 by h-vetinari was closed Jan 6, 2019 Loading… updated Jul 22, 2019
5 tasks done
ENH GH20927 Added convert_dates parameter (default=True) to read_sas() Enhancement IO Data IO issues that don't fit into a more specific label Numeric Operations Arithmetic, Comparison, and Logical operations
#21983 by paul-lilley was closed Nov 23, 2018 Loading… updated Aug 20, 2019
4 tasks
ENH: pd.DataFrame.info() to show line numbers GH17304 Enhancement Error Reporting Incorrect or improved errors from pandas
#17332 by pratapvardhan was closed Feb 27, 2019 Loading… updated Sep 9, 2019
4 tasks done
EHN: Add encoding_errors option in pandas.DataFrame.to_csv (#27750) Enhancement IO CSV read_csv, to_csv
#27899 by shigemk2 was closed Sep 10, 2019 Loading… updated Sep 10, 2019
5 tasks done
ENH: MultiIndex.from_product infers names from inputs if not explicitly provided Enhancement MultiIndex
#28417 by christopherzimmerman was merged Sep 18, 2019 Loading… updated Sep 18, 2019 1.0.0
5 tasks done
ENH: Added stride/offset aliases in to_datetime Datetime Datetime data dtype Enhancement
#26631 by timcera was closed Oct 6, 2019 Loading… updated Oct 6, 2019
1 of 4 tasks
ENH: add regex parameter to .loc Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#27363 by topper-123 was closed Oct 22, 2019 Loading… updated Oct 24, 2019
6 tasks done
Class to read OpenDocument Tables Enhancement IO Data IO issues that don't fit into a more specific label
ENH: Support for specifying col names for col_space Enhancement IO HTML read_html, to_html, Styler.apply, Styler.applymap
#28929 by VijayantSoni was closed Dec 4, 2019 Loading… updated Dec 4, 2019
5 tasks
ENH: Add suffixes argument for pd.concat Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#29669 by charlesdong1991 was closed Dec 17, 2019 Loading… updated Dec 17, 2019
5 tasks done
Defer Series.str.get_dummies to pandas.get_dummies Categorical Categorical Data Type Enhancement
#26686 by joshlk was closed Sep 8, 2019 Loading… updated Dec 26, 2019
2 of 4 tasks
Pandas sql Enhancement IO SQL to_sql, read_sql, read_sql_query Needs Discussion Requires discussion from core team before further action
#30479 by zbrookle was closed Dec 26, 2019 Loading… updated Dec 27, 2019
ENH: Add engine keyword to expanding.apply to utilize Numba Enhancement Window rolling, ewma, expanding
API: add return_inverse to pd.unique Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#24119 by h-vetinari was closed Jan 26, 2020 Loading… updated Jan 26, 2020
4 tasks done
ENH: Add ignore_index to sort_index API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
WIP: ENH: Add engine keyword argument to groupby.apply to leverage Numba Enhancement Groupby
#32428 by mroeschke was closed Mar 14, 2020 Loading… updated Apr 21, 2020
2 of 5 tasks
ProTip! Exclude everything labeled
bug with -label:bug.