-
- 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
COMPAT: 3.6.1 compat for change in PySlice_GetIndices_Ex Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation Testing pandas testing functions or related to the test suite
Fixed 'add_methods' when the 'select' argument is specified. Bug Internals Related to non-user accessible pandas implementation
MAINT: Remove non-standard and inconsistently-used imports Clean Internals Related to non-user accessible pandas implementation
Fix scalar iloc Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
#15778 by toobaz was closed Aug 1, 2017 Loading… updated Aug 7, 2017
4 tasks done
Remove import of pandas as pd in core.window Clean Internals Related to non-user accessible pandas implementation
Remove unnecessary usage of _TSObject Clean Internals Related to non-user accessible pandas implementation
CLN: replace %s syntax with .format in missing.py, nanops.py, ops.py Clean Internals Related to non-user accessible pandas implementation
#17322 by jschendel was merged Aug 24, 2017 Loading… updated Aug 24, 2017
1 task done
CLN: replace %s syntax with .format in io/formats/format.py Clean Internals Related to non-user accessible pandas implementation
Tslib unused Clean Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
Replace * imports with explicit imports; remove unused declared const… Clean Internals Related to non-user accessible pandas implementation
Remove pyx dependencies from setup Clean Internals Related to non-user accessible pandas implementation
Cut/paste (most) remaining tz funcs to tslibs/timezones Clean Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
CategoricalDtype construction: actually use fastpath Categorical Categorical Data Type Internals Related to non-user accessible pandas implementation
REF/INT: preserve block type in joining when only having a single block Internals Related to non-user accessible pandas implementation
fix redundant isinstance checks Clean Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation
Separate parsing functions out from tslib Clean Internals Related to non-user accessible pandas implementation
Separate out strptime.pyx from tslib Clean Internals Related to non-user accessible pandas implementation
Bitesize offsets Clean Frequency DateOffsets Internals Related to non-user accessible pandas implementation
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.