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 0a159e0 commit 2f418fcCopy full SHA for 2f418fc
doc/source/whatsnew/v1.1.0.rst
@@ -349,6 +349,7 @@ I/O
349
- Bug in :meth:`read_csv` was causing a file descriptor leak on an empty file (:issue:`31488`)
350
- Bug in :meth:`read_csv` was causing a segfault when there were blank lines between the header and data rows (:issue:`28071`)
351
- Bug in :meth:`read_csv` was raising a misleading exception on a permissions issue (:issue:`23784`)
352
+- :meth:`HDFStore.keys` has now an optional `kind` parameter that allows the retrieval of all native HDF5 table names (:issue:`29916`)
353
354
355
Plotting
0 commit comments