Skip to content

Commit 8b78e70

Browse files
committed
Re-add python version of ._rebuild_blknos_and_blklocs
1 parent 72440a5 commit 8b78e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/internals.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ cdef class BlockManager:
746746
# -------------------------------------------------------------------
747747
# Block Placement
748748

749-
cdef _rebuild_blknos_and_blklocs(self):
749+
cpdef _rebuild_blknos_and_blklocs(self):
750750
"""
751751
Update mgr._blknos / mgr._blklocs.
752752
"""

0 commit comments

Comments
 (0)