walshb / camog

A csv parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A csv parser.

License:Apache License 2.0


Languages

Language:C 45.6%Language:Python 44.7%Language:Makefile 3.8%Language:Shell 2.5%Language:R 1.9%Language:C++ 0.8%Language:CMake 0.7%