From cd58ab77bf06e0ba66023a0d3d1a5299a308df1e Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Mon, 1 Dec 2014 18:49:20 -0500 Subject: [PATCH] Added data2.csv demo data. --- README.md | 2 ++ data/data2.csv | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 data/data2.csv diff --git a/README.md b/README.md index c0d3d5b..835c06d 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ We provide streaming and in-memory interfaces for efficiently working with datas The [benchmark](benchmarks/InsuranceBench.hs) shows several ways of dealing with data when you want to perform multiple traversals. Another [demo](benchmarks/BenchDemo.hs) shows how to fuse multiple passes into one so that the full data set is never resident in memory. A [Pandas version](benchmarks/panda.py) of a similar program is also provided for comparison. + +A major goal of this library is to support interactive exploration of data sets. See this [demo](demo/Main.hs#L11) for an example interactive session. diff --git a/data/data2.csv b/data/data2.csv new file mode 100644 index 0000000..f142dc3 --- /dev/null +++ b/data/data2.csv @@ -0,0 +1,5 @@ +name,age +joe,21 +sue,23 +bob,xxy +laura,18