qcsv

An API to read and analyze CSV files.


License
WTFPL
Install
pip install qcsv==0.0.6

Documentation

An API to read and analyze CSV files by inferring types for each column of
data.

Currently, only int, float and string types are supported.