Skip to content

walshb/camog

Repository files navigation

Camóg

Build Status

A fast csv parser for Python and R.

import camog

headers, columns = camog.load('foobar.csv', nthreads=4)

How should I build it?

make benchmark

Benchmarks

Name Relative speed (4 threads)
pandas 1
paratext 2.5
camog 5

Where's the doc?

cat camog/_csv.py