-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
DEPR: numeric_only=None in DataFrame.rank Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Deprecate Functionality to remove in pandas
REF: dispatch Series.rank to EA Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
REF: Implement EA._mode, de-special-case categorical/dtlike Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: Series.__rfloordiv__ with list/tuple Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
REF: nanpercentile -> array_algos.quantile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Refactor Internal refactoring of code
BUG: NumericArray.__pos__ should make a copy Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
TST: FIXMES in DataFrame.quantile tests Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Testing pandas testing functions or related to the test suite
BUG: Min/max does not work for dates with timezones if there are missing values in the data frame Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale
#44222 by CloseChoice was closed Jan 25, 2022 Loading…
2 of 4 tasks
BUG: make Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
mean() raise an exception for strings Algos #44131 by kinshukdua was closed May 7, 2022 Loading…
9 tasks done
CLN: use numpy quantile in qcut Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
ENH: __array_ufunc__ handle np.minimum.reduce Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions
TST: slow collection in test_algos.py Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Testing pandas testing functions or related to the test suite
Backport PR #43608: REGR: spearman corr raising on 32-bit Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Numeric Operations Arithmetic, Comparison, and Logical operations Regression Functionality that used to work in a prior pandas version
ENH: Allow pairwise calcuation when comparing the column with itself … Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
#43569 by peterpanmj was closed Oct 29, 2021 Loading…
4 tasks done
CLN/PERF: group quantile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Groupby
CLN: group_quantile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Groupby
#43489 by mzeitlin11 was closed Sep 10, 2021 Loading…
PERF: groupby.quantile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
Backport PR #43403: Revert Cythonized Kendall implementation and improve test case to prevent regressions Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
Revert Cythonized Kendall implementation and improve test case to prevent regressions Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
BUG: Solves errors when calling series methods in DataFrame.query with numexpr Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
Backport PR #42936 on branch 1.3.x (BUG:Can't calculate quantiles from Int64Dtype Series when results are floats) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
BUG:Can't calculate quantiles from Int64Dtype Series when results are floats Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
REGR: sample modifying Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Regression Functionality that used to work in a prior pandas version
weights inplace Algos PERF: GroupBy.any/all operate blockwise instead of column-wise Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Performance Memory or execution speed performance
PERF: nancorr pearson Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.