-
- 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: 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…
BUG: floats cannot be ranked with tolerance Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
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…
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
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
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
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
WIP: Experimental changes in Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations
rolling_var related to #7900 Algos BUG: hashtable memory error causes test_factorize_nan crash Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
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
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
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
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
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
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
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
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
ENH partial sorting for mi in sortlevel Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
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
WIP: Add value_counts() to DataFrame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
Pairwise versions for rolling_cov, ewmcov and expanding_cov Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
Weighted mean Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.