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… updated Apr 23, 2024
1 of 5 tasks
update Docs
#23418 by Sanjay8874 was closed Oct 30, 2018 Loading… updated May 11, 2023
4 tasks
ENH: Use find_stack_level in pandas.core Enhancement
#44358 by rhshadrach was merged Nov 12, 2021 Loading… updated Dec 4, 2021
1 task done
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… updated Aug 30, 2021
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… updated Jul 26, 2021
2 tasks done
1.3.2
BUG: overflow in astype(td64ns) Bug Timedelta Timedelta data type
#40008 by jbrockmendel was merged Feb 24, 2021 Loading… updated Jul 1, 2021
2 of 4 tasks
1.3
BUG: RecursionError with CategoricalIndex.get_indexer Categorical Categorical Data Type
#42089 by jbrockmendel was merged Jun 17, 2021 Loading… updated Jun 26, 2021
1 of 4 tasks
1.3
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… updated Jun 26, 2021
2 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… updated Jun 25, 2021 1.3
REGR: DataFrame reduction with min_count Reduction Operations sum, mean, min, max, etc.
#41711 by jbrockmendel was merged Jun 1, 2021 Loading… updated Jun 10, 2021
4 tasks
1.2.5
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… updated Apr 6, 2021 1.3
REF: simplify CategoricalIndex.__new__
#38605 by jbrockmendel was merged Dec 22, 2020 Loading… updated Dec 28, 2020 1.3
BUG: preserve categorical & sparse types when grouping / pivot Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Groupby
#27071 by jreback was merged Jun 27, 2019 Loading… updated Dec 4, 2020 0.25.0
CLN: _consolidate_inplace less Clean Internals Related to non-user accessible pandas implementation
#34389 by jbrockmendel was merged May 26, 2020 Loading… updated May 27, 2020 1.1
CLN: Remove no-longer-used BlockManager.xs Clean Internals Related to non-user accessible pandas implementation
#27043 by jbrockmendel was merged Jun 26, 2019 Loading… updated Apr 5, 2020 0.25.0
TYP: Replace wildcardimports in toplevelinit as precursor for reshape,stata,io PRs #25936 #25940 #25939 Typing type annotations, mypy/pyright type checking
#26019 by ryankarlos was merged Apr 10, 2019 Loading… updated Jan 6, 2020
3 of 4 tasks
0.25.0
BUG: Fix Series.sort_values descending & mergesort
#28698 by has2k1 was closed Dec 9, 2019 Loading… updated Dec 9, 2019
5 tasks
BUG-26988 implement replace for categorical blocks Bug Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions
#27026 by JustinZhengBC was merged Nov 16, 2019 Loading… updated Nov 16, 2019
4 tasks done
1.0.0
fix a indices bug for categorical-datetime columns Bug Groupby
#26860 by alexifm was closed Nov 13, 2019 Loading… updated Nov 13, 2019
1 of 4 tasks
TST: add test coverage for maybe_promote Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
#23982 by h-vetinari was merged Oct 11, 2019 Loading… updated Oct 26, 2019
4 tasks done
1.0.0
DOC: Docstring script to not require ending period for bullet points CI Continuous Integration Docs
#25786 by EdAbati was closed Oct 25, 2019 Loading… updated Oct 25, 2019
2 tasks done
CI: Use conda compiler in environment.yml CI Continuous Integration Dependencies Required and optional dependencies
#27062 by marcelotrevisani was closed Oct 11, 2019 Loading… updated Oct 11, 2019
4 tasks
DEPR: deprecate notebook argument in DataFrame.to_html() Deprecate Functionality to remove in pandas IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
#26815 by simonjayhawkins was closed Oct 7, 2019 Loading… updated Oct 7, 2019
4 tasks
1.0.0
ENH: allow saving wide dataframes to hdf with format table IO HDF5 read_hdf, HDFStore
#26135 by P-Tillmann was closed Sep 20, 2019 Loading… updated Sep 20, 2019
REF: remove special-casing for internal EAs from format_array ExtensionArray Extending pandas with custom dtypes or arrays. Output-Formatting __repr__ of pandas objects, to_string
#26965 by simonjayhawkins was closed Aug 28, 2019 Loading… updated Aug 28, 2019
3 tasks
ProTip! Filter pull requests by the default branch with base:main.