[][src]Module ravencol::writing

Auxiliar module for writing CSV files.

Functions

to_csv_iter

Write a csv file from an iter. It is necessary that the elements of the iter are vecs of a defined type. In order to write an iter obtained from column producer methods of RawFrame it must be casted to a type first