-
- 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 support for NumpyExtensionArray in pd.unique() Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
add implementation of is_monotonic_decreasing to MultiIndex Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff MultiIndex
#16573 by Tafkas was closed Sep 7, 2017 Loading…
3 of 4 tasks
WIP: add multi-multi index support to join Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8898 by thorwhalen was closed May 9, 2015 Loading…
ENH: numerically stable rolling_skew and rolling_kurt Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#8424 by jaimefrio was closed Jan 2, 2016 Loading…
ENH: Numerically stable Cython functions Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
roll_cov and roll_corr Algos #8326 by jaimefrio was closed May 9, 2015 Loading…
Value counts base Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#9355 by hayd was closed May 9, 2015 Loading…
BUG: Accept kwargs kind and na_position in Series.sort_index (GH13589) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Compat pandas objects compatability with Numpy or Python functions
#13729 by sahildua2305 was closed Nov 25, 2016 Loading…
3 tasks done
add biweight midcorrelation as option for series correlation Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#9826 by olgabot was closed Oct 18, 2015 Loading…
[TST] : Adding test cases to confirm that .apply() works fine Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Testing pandas testing functions or related to the test suite
#21539 by uds5501 was closed Jun 21, 2018 Loading…
3 of 4 tasks
added option keep=False to nlargests/nsmallest Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
#18656 by tdpetrou was closed Jun 26, 2018 Loading…
2 of 4 tasks
Modernize the fix for #10043 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Internals Related to non-user accessible pandas implementation
#21817 by xhochy was closed Sep 25, 2018 Loading…
2 of 3 tasks
ENH GH20601 raise error when pivot table's number of levels > int32 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Error Reporting Incorrect or improved errors from pandas Numeric Operations Arithmetic, Comparison, and Logical operations
#20709 by anhqle was closed Apr 22, 2018 Loading…
BUG: Categorical.copy deep kwarg Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Categorical Categorical Data Type
#27024 by jbrockmendel was closed Jun 27, 2019 Loading…
2 of 4 tasks
added shuffle method to DataFrame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#31285 by mrinalTheCoder was closed Jan 26, 2020 Loading…
3 of 5 tasks
ENH: allow object-dtype Index to do arithmetic ops Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Index Related to the Index class or subclasses
#27784 by jbrockmendel was closed Aug 13, 2019 Loading…
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…
4 tasks done
Series.value_counts: Preserve original ordering Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#24302 by tomspur was closed Mar 19, 2019 Loading…
4 of 5 tasks
REF: Fix maybe_promote Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Dtype Conversions Unexpected or buggy dtype conversions
#25425 by h-vetinari was closed Oct 30, 2019 Loading…
3 tasks done
PERF: support parallel calculation of nancorr Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Build Library building on various platforms Needs Discussion Requires discussion from core team before further action Performance Memory or execution speed performance
#24795 by noamher was closed Jan 16, 2019 Loading…
API/ENH/DEPR: Series.unique returns Series Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions
#24108 by h-vetinari was closed May 12, 2019 Loading…
4 of 11 tasks
BUG: Keep column level names during resample nunique (#23222) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug MultiIndex
#23645 by dsm054 was closed Feb 27, 2019 Loading…
4 tasks done
DataFrame.corrwith() method now supports 'how', 'method' and 'min_periods' params Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#22622 by Mottl was closed Dec 26, 2018 Loading…
3 tasks done
Save the name of undefined variables in expressions. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Error Reporting Incorrect or improved errors from pandas
#20637 by kalekundert was closed Nov 23, 2018 Loading…
DOC: Update series apply docstring. GH22459 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Docs
#22510 by eldritchideen was merged Nov 24, 2018 Loading…
2 of 4 tasks
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.