summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngirard <girard.nicolas@gmail.com>2018-08-14 16:41:20 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-08-14 07:41:20 -0700
commit7e572e92d568b4d7f4bdfc06eb1d0acbe43ac996 (patch)
tree646b0a4dda3ba6aa1aa1ebd0097094de2394e861
parentc69fbf142caab80503320c38e998c1dae1b2189c (diff)
readme: add `partition`
PR #132
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e08550e..ca0264b 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
* **input** - Read CSV data with exotic quoting/escaping rules.
* **join** - Inner, outer and cross joins. Uses a simple hash index to make it
fast.
+* **partition** - Partition CSV data based on a column value.
* **sample** - Randomly draw rows from CSV data using reservoir sampling (i.e.,
use memory proportional to the size of the sample).
* **search** - Run a regex over CSV data. Applies the regex to each field