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 a9a3047 commit 4cccb73Copy full SHA for 4cccb73
pandas/io/pytables.py
@@ -1131,6 +1131,12 @@ def put(
1131
"""
1132
Store object in HDFStore.
1133
1134
+ This method writes a pandas DataFrame or Series into an HDF5 file using
1135
+ either the fixed or table format. The `table` format allows additional
1136
+ operations like incremental appends and queries but may have performance
1137
+ trade-offs. The `fixed` format provides faster read/write operations but
1138
+ does not support appends or queries.
1139
+
1140
Parameters
1141
----------
1142
key : str
0 commit comments