colstore.update¶
- colstore.update(path, *, statistics=False)[source]¶
Open an existing file for append.
The schema is loaded from the existing manifest; every
write()must match it exactly. Orphan bytes from a crashed prior writer (if any) are truncated on open. RaisesFileNotFoundErrorif the file does not exist.statistics=Truekeeps the per-column statistics current as records are appended; pass it on each update to keep them (off by default).- Parameters:
- Return type: