-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
CLN: Removing Python 3.6 or higher references that are always true Clean Compat pandas objects compatability with Numpy or Python functions
Implement _is_utc in timezones Clean Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
dispatch frame methods to series versions instead of re-implementing masking etc Clean Numeric Operations Arithmetic, Comparison, and Logical operations
added f strings and typing to frame.py Clean Code Style Code style, linting, code_checks Typing type annotations, mypy/pyright type checking
TST: insert 'match' to bare pytest raises in pandas/tests/internals/ Clean Testing pandas testing functions or related to the test suite
CLN: core/dtypes/cast.py::maybe_infer_to_datetimelike Clean
#37236 by arw2019 was closed Jan 5, 2021 Loading…
2 of 5 tasks
MAINT: Remove non-standard and inconsistently-used imports Clean Internals Related to non-user accessible pandas implementation
Implement scalar shift_month mirroring tslib.shift_months Clean Internals Related to non-user accessible pandas implementation
REF: collect ops dispatch functions in one place, try to de-duplicate SparseDataFrame methods Clean Numeric Operations Arithmetic, Comparison, and Logical operations Sparse Sparse Data Type
TST: Timedelta tests reorg (gh14854) Clean Testing pandas testing functions or related to the test suite
ProTip! Filter pull requests by the default branch with base:main.