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: Removing Python 3.6 or higher references that are always true Clean Compat pandas objects compatability with Numpy or Python functions
#29492 by datapythonista was merged Nov 13, 2019 Loading… 1.0.0
Implement _is_utc in timezones Clean Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
#17419 by jbrockmendel was merged Sep 11, 2017 Loading…
4 tasks
0.21.0
ENH: avoid creating reference cycle on indexing (#15746) Clean Internals Related to non-user accessible pandas implementation
#17956 by pitrou was merged Oct 27, 2017 Loading…
3 tasks done
0.23.0
simplify+unify offset.apply logic Clean Frequency DateOffsets
#18263 by jbrockmendel was merged Nov 16, 2017 Loading… 0.23.0
dispatch frame methods to series versions instead of re-implementing masking etc Clean Numeric Operations Arithmetic, Comparison, and Logical operations
#19611 by jbrockmendel was merged Feb 18, 2018 Loading… 0.23.0
added f strings and typing to frame.py Clean Code Style Code style, linting, code_checks Typing type annotations, mypy/pyright type checking
#30021 by mck619 was merged Dec 6, 2019 Loading… 1.0.0
TST: insert 'match' to bare pytest raises in pandas/tests/internals/ Clean Testing pandas testing functions or related to the test suite
#30998 by ShaharNaveh was merged Jan 20, 2020 Loading…
3 of 5 tasks
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…
3 of 5 tasks
1.0.0
CLN: Using clearer imports Clean
#32459 by ShaharNaveh was merged Mar 19, 2020 Loading…
5 tasks
1.1
Decouple xlrd reading from ExcelFile class Clean IO Excel read_excel, to_excel
#24423 by WillAyd was merged Dec 28, 2018 Loading… 0.24.0
CLN:Remove unused **kwargs from user facing methods Clean
#23249 by kprestel was merged Nov 12, 2018 Loading…
2 tasks
0.24.0
CLN: core/dtypes/cast.py::maybe_infer_to_datetimelike Clean
#37236 by arw2019 was closed Jan 5, 2021 Loading…
2 of 5 tasks
CLN: algos Clean Dtype Conversions Unexpected or buggy dtype conversions
#15929 by jreback was merged Apr 7, 2017 Loading… 0.20.0
MAINT: Remove non-standard and inconsistently-used imports Clean Internals Related to non-user accessible pandas implementation
#17085 by jbrockmendel was merged Aug 3, 2017 Loading…
4 tasks
0.21.0
CLN: cleaning core/common.py Clean
#12804 by jreback was closed Apr 6, 2016 Loading… 0.18.1
Cleanup compression Clean
#13340 by lababidi was closed Dec 13, 2016 Loading…
4 tasks done
0.20.0
TST: Clean up tests of DataFrame.sort_{index,values} Clean Testing pandas testing functions or related to the test suite
#13496 by IamJeffG was merged Jul 11, 2016 Loading…
3 tasks done
0.19.0
melt moved into its own module Clean Internals Related to non-user accessible pandas implementation
#18148 by tdpetrou was merged Nov 12, 2017 Loading… 0.23.0
Implement scalar shift_month mirroring tslib.shift_months Clean Internals Related to non-user accessible pandas implementation
#18218 by jbrockmendel was merged Nov 12, 2017 Loading… 0.23.0
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
#23060 by jbrockmendel was merged Oct 28, 2018 Loading… 0.24.0
TST: Timedelta tests reorg (gh14854) Clean Testing pandas testing functions or related to the test suite
#15324 by TrigonaMinima was closed Feb 8, 2017 Loading…
4 tasks done
0.20.0
CLN: Remove Series._from_array Clean Sparse Sparse Data Type
#19893 by jaumebonet was merged Feb 27, 2018 Loading…
2 of 3 tasks
0.23.0
ProTip! Filter pull requests by the default branch with base:main.