[][src]Crate ravencol

RavenCol

RavenCol is a collection of utilities for processing data for data analysis. Up to now it can reads data only from CSV files.

Modules

reading

Auxiliar module for reading CSV files.

utils

Auxiliar module with handy methods.

writing

Auxiliar module for writing CSV files.

Structs

RawFrame

Main data struct. It contains a vec of StringRecords and the name of the columns from the CSV file.

Enums

Datum

Enum to contain a datum, it can be an Integer, a Float, an String or None.