Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 660 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 660 Bytes

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