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

CLN/DEPR: removed deprecated as_indexer arg from str.match() Clean Deprecate Functionality to remove in pandas
#22356 by HyunTruth was closed Sep 7, 2018 Loading… updated May 11, 2023
4 tasks done
Remove unused/unreachable code from ops Clean Datetime Datetime data dtype Timedelta Timedelta data type
#18964 by jbrockmendel was closed Jan 1, 2018 Loading… updated May 11, 2023
1 task done
CLN validate some Py_* Functions in C Extensions check for NULL Clean Stale
#50997 by MarcoGorelli was closed Mar 27, 2023 Loading… updated Mar 27, 2023
CLN: remove pyarrow<1 compat Clean
#44139 by fangchenli was merged Nov 15, 2021 Loading… updated Nov 18, 2022 1.4
CLN: use f-strings where possible Clean
#49229 by akx was closed Nov 2, 2022 Loading… updated Nov 2, 2022
4 tasks done
REF: stop passing self as arg from ExtensionArray methods Clean ExtensionArray Extending pandas with custom dtypes or arrays. Refactor Internal refactoring of code Stale
#47440 by brunocoutinhoo was closed Aug 15, 2022 Loading… updated Aug 18, 2022
2 of 3 tasks
REF: use unpack_zerodim_and_defer on EA methods Clean ExtensionArray Extending pandas with custom dtypes or arrays.
#34042 by jbrockmendel was merged Aug 7, 2020 Loading… updated Nov 20, 2021 1.2
CLN: Replace FrameOrSeriesUnion annotation by DataFrame | Series Clean Typing type annotations, mypy/pyright type checking
#41546 by Swanand01 was closed Jun 11, 2021 Loading… updated Jun 11, 2021
4 tasks
TST: test_tooltip.py convert to functional tests instead of class Clean Styler conditional formatting using DataFrame.style Testing pandas testing functions or related to the test suite
#40550 by attack68 was merged Mar 23, 2021 Loading… updated Mar 23, 2021
3 tasks done
1.3
CLN: core/dtypes/cast.py::maybe_infer_to_datetimelike Clean
#37236 by arw2019 was closed Jan 5, 2021 Loading… updated Jan 5, 2021
2 of 5 tasks
BUG: DataFrame.(any|all) inconsistency Clean Internals Related to non-user accessible pandas implementation Stale
#34918 by jbrockmendel was closed Nov 14, 2020 Loading… updated Nov 14, 2020
CLN: unify numpy.random-related imports in pandas/tests/plotting Clean
#37103 by onshek was closed Oct 29, 2020 Loading… updated Oct 29, 2020
4 tasks done
CLN: remove kwargs in Index.format Clean Typing type annotations, mypy/pyright type checking
#35122 by topper-123 was merged Jul 14, 2020 Loading… updated Aug 8, 2020 1.1
CLN: dont consolidate in indexing Clean Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance
#34679 by jbrockmendel was merged Jun 26, 2020 Loading… updated Jun 27, 2020 1.1
CLN: use f-string for JSON related files Clean Code Style Code style, linting, code_checks
#30430 by jyscao was merged Dec 24, 2019 Loading… updated Jun 23, 2020
3 of 5 tasks
1.0.0
Switch dataframe constructor to use dispatch Clean Constructors Series/DataFrame/Index/pd.array Constructors DataFrame DataFrame data structure Needs Discussion Requires discussion from core team before further action
#32844 by saulshanabrook was closed Jun 14, 2020 Loading… updated Jun 15, 2020
5 of 6 tasks
CLN: Move rolling helper functions to where they are used Clean Window rolling, ewma, expanding
#34269 by mroeschke was merged May 21, 2020 Loading… updated May 21, 2020
3 tasks done
1.1
CLN: tslibs typing, avoid private funcs Clean
#34195 by jbrockmendel was merged May 20, 2020 Loading… updated May 20, 2020 1.1
CLN: .values -> ._values Clean
#34083 by jbrockmendel was merged May 19, 2020 Loading… updated May 19, 2020 1.1
REF/CLN: Parametrize _isna Clean Refactor Internal refactoring of code
#33835 by dsaxton was merged Apr 29, 2020 Loading… updated Apr 29, 2020 1.1
CLN: avoid getattr(obj, "values", obj) Clean
#33776 by jbrockmendel was merged Apr 25, 2020 Loading… updated Apr 25, 2020 1.1
CLN: remove unnecessary Series._convert calls Clean Dtype Conversions Unexpected or buggy dtype conversions
#32949 by jbrockmendel was merged Apr 10, 2020 Loading… updated Apr 10, 2020 1.1
REF: sql insert_data operate column-wise to avoid internals Clean IO SQL to_sql, read_sql, read_sql_query
#33229 by jbrockmendel was merged Apr 7, 2020 Loading… updated Apr 7, 2020
CLN: avoid internals in DataFrame.sort_values Clean Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#33081 by jbrockmendel was closed Mar 30, 2020 Loading… updated Apr 5, 2020 1.1
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.