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 5d924c4 commit 693ae60Copy full SHA for 693ae60
pandas/io/pytables.py
@@ -591,14 +591,14 @@ def keys(self, kind="pandas") -> List[str]:
591
When kind equals 'table' return Tables
592
Otherwise fail with a ValueError
593
594
- Raises
595
- ------
596
- raises ValueError if kind has an illegal value
597
-
598
Returns
599
-------
600
list
601
List of ABSOLUTE path-names (e.g. have the leading '/').
+
+ Raises
+ ------
+ raises ValueError if kind has an illegal value
602
"""
603
if kind == "pandas":
604
return [n._v_pathname for n in self.groups()]
0 commit comments