You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
identical comments on BoolBlock.convert and ObjectBlock.convert: # TODO: Refactor when convert_objects is removed since there will be 1 path. I think convert_objects has been removed, so this may be ready.
Several comments suggesting workarounds for numpy<1.7 that may no longer be needed.
Wishlist:
self._data
always pointed to a BlockManager object. This would require some changes to the existing accessor classes and Index.Refactoring:
Cleanup:
BoolBlock.convert
andObjectBlock.convert
:# TODO: Refactor when convert_objects is removed since there will be 1 path
. I think convert_objects has been removed, so this may be ready.replace_list
is a kludgeform_blocks
andmake_block
have small inconsistencies. If these were reconciled, some redundant code could be removed.Possible Bugs:
hasattr(item, 'reindex_axis')
#19243 Checks forhasattr(item, 'reindex_axis')
are used but thereindex_axis
methods themselves are never calledThe text was updated successfully, but these errors were encountered: