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 8982151 commit 93eaaccCopy full SHA for 93eaacc
pandas/errors/__init__.py
@@ -676,7 +676,7 @@ class AttributeConflictWarning(Warning):
676
--------
677
HDFStore : Dict-like IO interface for storing pandas objects in PyTables.
678
DataFrame.to_hdf : Write the contained data to an HDF5 file using HDFStore.
679
- read_hdf : Read from the store, close it if we opened it.
+ read_hdf : Read from an HDF5 file into a DataFrame.
680
681
Examples
682
0 commit comments