Skip to content

Commit 8b78917

Browse files
committed
BUG: fix rebase conflict from #1236
1 parent deac20e commit 8b78917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/pytables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ def _read_index_node(self, node):
671671
name = node._v_attrs.name
672672

673673
index_class = _alias_to_class(getattr(node._v_attrs, 'index_class', ''))
674+
factory = _get_index_factory(index_class)
674675

675676
kwargs = {}
676677
if 'freq' in node._v_attrs:

0 commit comments

Comments
 (0)