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 a9e03a4 commit f8cedddCopy full SHA for f8ceddd
pandas/io/pytables.py
@@ -601,14 +601,14 @@ def keys(self, kind="pandas") -> List[str]:
601
When kind equals 'table' return Tables
602
Otherwise fail with a ValueError
603
604
- Raises
605
- ------
606
- raises ValueError if kind has an illegal value
607
-
608
Returns
609
-------
610
list
611
List of ABSOLUTE path-names (e.g. have the leading '/').
+
+ Raises
+ ------
+ raises ValueError if kind has an illegal value
612
"""
613
if kind == "pandas":
614
return [n._v_pathname for n in self.groups()]
0 commit comments