Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

ENH partial sorting for mi in sortlevel Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
#6135 by hayd was merged May 2, 2014 Loading… updated Jun 12, 2014 0.14.0
ENH: series rank has a percentage rank option Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#5978 by MichaelWS was merged Feb 16, 2014 Loading… updated Jun 12, 2014 0.14.0
Pairwise versions for rolling_cov, ewmcov and expanding_cov Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
#4950 by snth was merged Mar 28, 2014 Loading… updated Jun 12, 2014 0.14.0
ENH: added nunique function to Index Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves
#6734 by sinhrks was merged Apr 6, 2014 Loading… updated Jun 13, 2014 0.14.0
TST: add tests for algos.factorize (GH6212) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Testing pandas testing functions or related to the test suite
#6231 by jreback was merged Feb 2, 2014 Loading… updated Jun 15, 2014 0.13.1
BUG: hashtable memory error causes test_factorize_nan crash Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#7157 by mikelkelle was merged May 18, 2014 Loading… updated Jun 16, 2014 0.14.0
ENH nlargest and nsmallest Series methods Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#5534 by hayd was closed May 13, 2014 Loading… updated Jun 16, 2014 0.14.1
CLN: replace pandas.compat.scipy.scoreatpercentile with numpy.percentile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#6810 by gdraps was merged Apr 16, 2014 Loading… updated Jun 17, 2014 0.14.0
BUG/TST: groupby with mixed string/int grouper failing in python3 (GH6212) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#6222 by jreback was merged Feb 1, 2014 Loading… updated Jun 26, 2014 0.13.1
Weighted mean Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#2531 by changhiskhan was closed Mar 9, 2014 Loading… updated Jun 26, 2014 0.14.0
ENH: add method='dense' to rank Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#6343 by dsm054 was closed Feb 14, 2014 Loading… updated Jul 11, 2014 0.14.0
BUG: Fix mergesort unstable when ascending=False (GH6399) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Numeric Operations Arithmetic, Comparison, and Logical operations
#6400 by jdreaver was closed Feb 18, 2014 Loading… updated Jul 17, 2014 0.14.0
API/BUG/ENH: ewmvar/cov debiasing factors; add 'adjust' to ewmvar/std/vol/cov/corr; ewm*() min_periods Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#7926 by seth-p was merged Sep 10, 2014 Loading… updated Sep 10, 2014 0.15.0
BUG: rolling/expanding_* treatment of center Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#7934 by seth-p was merged Aug 19, 2014 Loading… updated Sep 14, 2014 0.15.0
ENH: Use Welford's method in stats.moments.rolling_var Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#6817 by jaimefrio was merged Apr 22, 2014 Loading… updated Sep 16, 2014 0.14.0
WIP: Experimental changes in rolling_var related to #7900 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#7916 by jaimefrio was closed Sep 15, 2014 Loading… updated Sep 16, 2014 0.15.0
ENH: Ensure that rolling_var of identical values is exactly zero Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#8271 by jaimefrio was closed Sep 19, 2014 Loading… updated Sep 19, 2014 0.15.0
Series.rank() doesn't handle small floats correctly Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Numeric Operations Arithmetic, Comparison, and Logical operations
#6886 by nspies was closed Apr 23, 2014 Loading… updated Sep 24, 2014 0.14.0
use z-scores in rolling skew/kurt calculations Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#8270 by behzadnouri was closed Sep 29, 2014 Loading… updated Sep 30, 2014 0.16.0
WIP: searchsorted implementation Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
#7447 by cpcloud was merged Oct 5, 2014 Loading… updated Oct 5, 2014
9 tasks done
0.15.0
BUG: searchsorted sorter issue with 32bit platforms (GH8490) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#8492 by jorisvandenbossche was merged Oct 6, 2014 Loading… updated Oct 6, 2014 0.15.0
Add lag parameter to autocorrelation Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#9192 by omtinez was closed Jan 14, 2015 Loading… updated Jan 14, 2015 0.16.0
WIP: Add value_counts() to DataFrame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
#5381 by jtratner was closed Jan 18, 2015 Loading… updated Jan 18, 2015 0.16.0
ENH add base arg to value_counts Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
#6632 by hayd was closed Jan 25, 2015 Loading… updated Jan 26, 2015 0.16.0
Add lag parameter to autocorrelation Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
#9339 by omtinez was closed Jan 29, 2015 Loading… updated Jan 29, 2015 0.16.0
ProTip! Updated in the last three days: updated:>2025-11-27.