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

Fix 40420: Interpret NaN in clip() as no bound. Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#40927 by DriesSchaumont was merged Apr 23, 2021 Loading…
4 tasks done
1.3
BUG: Fix nanvar for large float16 arrays Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions Stale
#40738 by trentondelahaye was closed May 2, 2021 Loading…
4 tasks
REF: de-duplicate pad/backfill code Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#40689 by jbrockmendel was merged Mar 31, 2021 Loading…
4 tasks
1.3
BUG: rank treating min int as NaN Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#40659 by mzeitlin11 was merged Mar 29, 2021 Loading…
4 tasks done
1.3
REF: deduplicate group cummin/max Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Refactor Internal refactoring of code
#40599 by mzeitlin11 was merged Mar 24, 2021 Loading… 1.3
REF: deduplicate group min/max Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby Refactor Internal refactoring of code
#40584 by mzeitlin11 was merged Mar 23, 2021 Loading… 1.3
BUG: groupby rank computing incorrect percentiles Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Groupby
#40575 by mzeitlin11 was merged Apr 1, 2021 Loading…
4 tasks done
1.3
REF/PERF: deduplicate kth_smallest Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#40559 by mzeitlin11 was merged Mar 23, 2021 Loading… 1.3
CLN: rank_1d Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#40546 by mzeitlin11 was merged Mar 23, 2021 Loading… 1.3
TYP: get_reverse_indexer, get_group_index_sorter Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Typing type annotations, mypy/pyright type checking
#40476 by jbrockmendel was merged Mar 20, 2021 Loading… 1.3
CLN: intp_t instead of int64_t for indexers in libs funcs 32bit 32-bit systems Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#40475 by jbrockmendel was merged Mar 20, 2021 Loading… 1.3
CLN: factorize returns ndarray[intp], not int64 32bit 32-bit systems Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#40474 by jbrockmendel was merged Mar 20, 2021 Loading… 1.3
PERF: no need to check for DataFrame in pandas.core.computation.expressions Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#40445 by jorisvandenbossche was merged Mar 23, 2021 Loading… 1.3
CLN: unreachable code in algos.diff Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean
#40406 by simonjayhawkins was merged Mar 12, 2021 Loading… 1.3
BUG: Fix sort_values for empty by argument Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug
#40324 by dsaxton was merged Mar 9, 2021 Loading…
4 tasks done
1.3
PERF: further improve take (reindex/unstack) for ArrayManager Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#40300 by jorisvandenbossche was merged Mar 15, 2021 Loading… 1.3
PERF: specialized 1D take version Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#40246 by jorisvandenbossche was merged Mar 5, 2021 Loading… 1.3
REF: don't call libalgos.groupsort_indexer directly for simple argsort usage Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Groupby
#40105 by simonjayhawkins was merged Feb 27, 2021 Loading… 1.3
CLN: remove unused arg from _ensure_data Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Dtype Conversions Unexpected or buggy dtype conversions
#40071 by jbrockmendel was merged Feb 26, 2021 Loading…
4 tasks
1.3
PERF: optimize algos.take for repeated calls Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Performance Memory or execution speed performance
#39692 by jorisvandenbossche was merged Mar 5, 2021 Loading… 1.3
BUG: quantile for ExtensionArray Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff ExtensionArray Extending pandas with custom dtypes or arrays.
#39606 by jbrockmendel was merged Feb 12, 2021 Loading…
2 of 4 tasks
1.3
Backport PR #39069: REGR: diff_2d raising for int8, int16 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#39081 by jreback was closed Jan 10, 2021 Loading… 1.2.1
Auto backport of pr 39069 on 1.2.x Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#39080 by jreback was closed Jan 10, 2021 Loading… 1.2.1
REGR: diff_2d raising for int8, int16 Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version
#39069 by mzeitlin11 was merged Jan 10, 2021 Loading…
4 tasks done
1.2.1
ENH: making value_counts stable/keeping original ordering Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
#39009 by realead was merged Jan 22, 2021 Loading…
3 tasks done
1.3
ProTip! Adding no:label will show everything without a label.