Declarative CSV codecs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

csvt: fix README — get_col → col

+1 -1
+1 -1
README.md
··· 64 64 - **`fold_file`**, **`fold_channel`** -- Streaming fold over rows 65 65 - **`decode`** -- Streaming decode from a bytesrw reader 66 66 - **`encode`** -- Streaming encode to a bytesrw writer 67 - - **`get_col`** -- Single-column projection query 67 + - **`col`** -- Single-column projection query 68 68 - **`update_col`**, **`delete_col`** -- Column-level transforms 69 69 - **`col_names`**, **`col_count`** -- Codec introspection 70 70