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