dalia.read_csvv

dalia.read_csvv(filepath_or_buffer, sep=', ')[source]

Read a CSVV file into a CSVV object

Parameters:
filepath_or_buffer

str path to target file or opened buffer.

sep : str or None, optional

Value delimiter for the body of the CSVV file. If None, delimits whitespace.

Returns:
Csvv