-
- 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
ENH: Allow storing ExtensionArrays in containers Dtype Conversions Unexpected or buggy dtype conversions Enhancement Internals Related to non-user accessible pandas implementation
#19520 by TomAugspurger was merged Feb 23, 2018 Loading…
Array Interface and Categorical internals Refactor Enhancement Internals Related to non-user accessible pandas implementation
Separate parsing functions out from tslib Clean Internals Related to non-user accessible pandas implementation
ENH: implement DatetimeLikeArray Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Internals Related to non-user accessible pandas implementation
CLN: prepare unifying hashtable.factorize and .unique; add doc-strings Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
BUG: Fix Timestamp type checks to work with subclassed datetime (#25851) Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation
CLN: revisit & simplify Block/BlockManager, remove axes Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
ENH: Add return_inverse to cython-unique; unify unique/factorize-code Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Clean Enhancement Internals Related to non-user accessible pandas implementation
move implementation of Timedelta to tslibs.timedeltas Clean Internals Related to non-user accessible pandas implementation
EA: revert treatment of i8values Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation
#24623 by jbrockmendel was closed Jan 10, 2019 Loading…
1 task done
WIP: Refactor accessors, unify usage, make "recipe" API Design Clean Internals Related to non-user accessible pandas implementation
#17042 by jbrockmendel was closed Sep 28, 2017 Loading…
1 of 4 tasks
Refactor timezones functions out of tslib Clean Internals Related to non-user accessible pandas implementation
#17274 by jbrockmendel was closed Sep 11, 2017 Loading…
4 tasks
Bitesize offsets Clean Frequency DateOffsets Internals Related to non-user accessible pandas implementation
[CLN] Dispatch (some) Frame ops to Series, avoiding _data.eval Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Separate out strptime.pyx from tslib Clean Internals Related to non-user accessible pandas implementation
WIP: decorator for ops boilerplate Clean Internals Related to non-user accessible pandas implementation
#24282 by jbrockmendel was closed Jan 5, 2019 Loading…
1 of 4 tasks
Unify Index._dir_* with Series implementation Internals Related to non-user accessible pandas implementation
Implement helper method to get char* buffer from Python objects Internals Related to non-user accessible pandas implementation
dispatch Series[datetime64] comparison ops to DatetimeIndex Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF/INT: concat blocks of same type with preserving block type Internals Related to non-user accessible pandas implementation
Implement BaseOffset in tslibs.offsets Frequency DateOffsets Internals Related to non-user accessible pandas implementation
REF: repr - allow block to override values that get formatted Internals Related to non-user accessible pandas implementation
BUG: bugfix 26390 assigning PandasArray to DataFrame error Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation
REF: cython cleanups and optimizations Clean Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.