-
- 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
REF: implement _maybe_squeeze_arg Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: de-special-case Block._maybe_downcast Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
PERF: tighter cython declarations, faster __iter__ Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
REF: reindex_indexer use np.void to avoid JoinUnit Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
PERF: _form_blocks Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
REF: arrays_to_manager dont need names Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: Back DatetimeTZBlock with sometimes-2D DTA Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
[ArrayManager] TST: enable JSON tests (except for table schema) Internals Related to non-user accessible pandas implementation IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite
PERF: NDArrayBackedExtensionArray in cython Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
REF: share methods between ExtensionBlock, NDArrayBackedExtensionBlock Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
#40787 by jbrockmendel was merged Apr 7, 2021 Loading…
4 tasks
REF: combine Block _can_hold_element methods Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: move most of Block.interpolate to an array method Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: SingleBlockManager dont subclass BlockManager Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: remove DatetimeBlock, TimeDeltaBlock Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
PERF: Define Block.__init__ in cython Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
COMPAT: add back dummy CategoricalBlock class Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation
CLN/DEPR: remove Block._holder, deprecated Block.is_categorical Deprecate Functionality to remove in pandas Internals Related to non-user accessible pandas implementation
DEPR: use DeprecationWarning instead of FutureWarning for CategoricalBlock Deprecate Functionality to remove in pandas Internals Related to non-user accessible pandas implementation
REF: simplify BlockManager.idelete Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: move shift logic from BlockManager to DataFrame Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
REF: share to_native_types with ArrayManager Internals Related to non-user accessible pandas implementation
#40490 by jbrockmendel was merged Mar 19, 2021 Loading…
REF: back DatetimeBlock, TimedeltaBlock by DTA/TDA Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
Previous Next
ProTip! Filter pull requests by the default branch with base:main.