Skip to content

Commit ce73cf0

Browse files
committed
fix pytables roundtrip
1 parent 0306f60 commit ce73cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@ def read_index_node(
30063006
attrs = node._v_attrs
30073007
factory, kwargs = self._get_index_factory(attrs)
30083008

3009-
if kind == "date":
3009+
if kind == "date" or kind == "object":
30103010
index = factory(
30113011
_unconvert_index(
30123012
data, kind, encoding=self.encoding, errors=self.errors

0 commit comments

Comments
 (0)