Skip to content

Commit

Permalink
Added data2.csv demo data.
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Dec 1, 2014
1 parent 870c473 commit cd58ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions data/data2.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name,age
joe,21
sue,23
bob,xxy
laura,18

0 comments on commit cd58ab7

Please sign in to comment.