We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196eb8e commit 520f87bCopy full SHA for 520f87b
doc/source/io.rst
@@ -3407,7 +3407,7 @@ Fixed Format
3407
This was prior to 0.13.0 the ``Storer`` format.
3408
3409
The examples above show storing using ``put``, which write the HDF5 to ``PyTables`` in a fixed array format, called
3410
-the ``fixed`` format. These types of stores are are **not** appendable once written (though you can simply
+the ``fixed`` format. These types of stores are **not** appendable once written (though you can simply
3411
remove them and rewrite). Nor are they **queryable**; they must be
3412
retrieved in their entirety. They also do not support dataframes with non-unique column names.
3413
The ``fixed`` format stores offer very fast writing and slightly faster reading than ``table`` stores.
0 commit comments