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 8ebe862 commit 5d924c4Copy full SHA for 5d924c4
doc/source/whatsnew/v1.1.0.rst
@@ -343,6 +343,7 @@ I/O
343
- Bug in :meth:`read_excel` where a UTF-8 string with a high surrogate would cause a segmentation violation (:issue:`23809`)
344
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
345
- Bug in :meth:`read_csv` was causing a segfault when there were blank lines between the header and data rows (:issue:`28071`)
346
+- :meth:`HDFStore.keys` has now an optional `kind` parameter that allows the retrieval of all native HDF5 table names (:issue:`29916`)
347
348
349
Plotting
0 commit comments