We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be30edc commit fbea6a6Copy full SHA for fbea6a6
pandas/io/pytables.py
@@ -1459,7 +1459,7 @@ def copy(
1459
data = self.select(k)
1460
if isinstance(s, Table):
1461
1462
- index: Union[bool, list] = False
+ index: Union[bool, List[str]] = False
1463
if propindexes:
1464
index = [a.name for a in s.axes if a.is_indexed]
1465
new_store.append(
0 commit comments