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
3407
3407
This was prior to 0.13.0 the ``Storer `` format.
3408
3408
3409
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
3410
+ the ``fixed `` format. These types of stores are **not ** appendable once written (though you can simply
3411
3411
remove them and rewrite). Nor are they **queryable **; they must be
3412
3412
retrieved in their entirety. They also do not support dataframes with non-unique column names.
3413
3413
The ``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