File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3407,7 +3407,7 @@ Fixed Format
34073407 This was prior to 0.13.0 the ``Storer `` format.
34083408
34093409The 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
3410+ the ``fixed `` format. These types of stores are **not ** appendable once written (though you can simply
34113411remove them and rewrite). Nor are they **queryable **; they must be
34123412retrieved in their entirety. They also do not support dataframes with non-unique column names.
34133413The ``fixed `` format stores offer very fast writing and slightly faster reading than ``table `` stores.
You can’t perform that action at this time.
0 commit comments