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

DOC: RT03 fix for min,max,mean,meadian,kurt,skew Docs
#57682 by YashpalAhlawat was closed Apr 23, 2024 Loading…
1 of 5 tasks
CI: Improve error message format in validate_docstrings.py CI Continuous Integration Docs
#56827 by luke396 was merged Jan 15, 2024 Loading…
1 of 5 tasks
PERF: faster groupby diff Groupby Performance Memory or execution speed performance
#45575 by lukemanley was merged Feb 28, 2022 Loading…
4 tasks done
1.5
ENH: Use find_stack_level in pandas.core Enhancement
#44358 by rhshadrach was merged Nov 12, 2021 Loading…
1 task done
1.4
DOC: added examples to DataFrame.std Docs
#44226 by ruankie was merged Nov 1, 2021 Loading…
3 of 4 tasks
1.4
PERF: indexing Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#43274 by debnathshoham was merged Aug 30, 2021 Loading…
4 tasks
1.3.3
PERF/REGR: isin slowdown for masked type isin isin method NA - MaskedArrays Related to pd.NA and nullable extension arrays Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
#42714 by mzeitlin11 was merged Jul 26, 2021 Loading…
2 tasks done
1.3.2
BUG: RecursionError with CategoricalIndex.get_indexer Categorical Categorical Data Type
#42089 by jbrockmendel was merged Jun 17, 2021 Loading…
1 of 4 tasks
1.3
REF: de-duplicate symmetric_difference, _union Index Related to the Index class or subclasses Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code
#41833 by jbrockmendel was merged Jun 9, 2021 Loading… 1.3
REGR: DataFrame reduction with min_count Reduction Operations sum, mean, min, max, etc.
#41711 by jbrockmendel was merged Jun 1, 2021 Loading…
4 tasks
1.2.5
BUG: PeriodIndex.get_loc with mismatched freq Bug Frequency DateOffsets Index Related to the Index class or subclasses Period Period data type
#41670 by jbrockmendel was merged May 28, 2021 Loading…
2 of 4 tasks
1.3
TST: add test for Index.where when needing to cast to object dtype Testing pandas testing functions or related to the test suite
#40888 by cgarciae was closed Sep 1, 2021 Loading…
4 tasks done
CLN/PERF: remove unused out kwd in take_nd Clean Performance Memory or execution speed performance
#40510 by jbrockmendel was merged Mar 22, 2021 Loading… 1.3
BUG: overflow in astype(td64ns) Bug Timedelta Timedelta data type
#40008 by jbrockmendel was merged Feb 24, 2021 Loading…
2 of 4 tasks
1.3
BUG: Placeholders not being filled on docstrings Docs
#39139 by MicaelJarniac was merged Jan 17, 2021 Loading…
3 tasks done
1.2.1
REF: simplify CategoricalIndex.__new__
#38605 by jbrockmendel was merged Dec 22, 2020 Loading… 1.3
CLN: _consolidate_inplace less Clean Internals Related to non-user accessible pandas implementation
#34389 by jbrockmendel was merged May 26, 2020 Loading… 1.1
BUG: Fix reindexing with multi-indexed DataFrames Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex
#30766 by ChrisRobo was merged Apr 8, 2020 Loading…
5 tasks done
1.1
CI: Unify code_checks whitespace checking CI Continuous Integration Testing pandas testing functions or related to the test suite
#30755 by ShaharNaveh was merged Mar 23, 2020 Loading…
3 of 5 tasks
1.1
TYP: some types for pandas/core/ops/docstrings.py Typing type annotations, mypy/pyright type checking
#29970 by simonjayhawkins was closed Dec 4, 2019 Loading…
BUG: Fix Series.sort_values descending & mergesort
#28698 by has2k1 was closed Dec 9, 2019 Loading…
5 tasks
Pick and choose numpy version based on Python 2 or 3. Build Library building on various platforms Dependencies Required and optional dependencies
#28511 by didip was closed Jan 1, 2020 Loading…
2 of 5 tasks
0.24.3
ProTip! Exclude everything labeled bug with -label:bug.