By default, the parser assumes there is no header and will parse the first row as data.
If set to anything more than 1, column names will be concatenated with the name listed in the next header row.
If csv_column_names is specified, the column names in header will be overridden.
If this is specified, all columns should have a name.
Unnamed columns will be ignored by the parser.
If csv_header_row_count is set to 0, this config must be used.
Specify types in order by column (e.g., csv_column_types { "string"; "int"; "float" }).
If this is not specified, type conversion will be done on the types above.
Returns the relative, descendent directory path between this module and other.
Throws if no such path exists.
For example, if module mod1 has path /dir1/mod1.pkl, and module mod2 has path /dir1/dir2/dir3/mod2.pkl,
then mod1.relativePathTo(mod2) will return List("dir2", "dir3").
A common use case is to compute the directory path between a template located at the root of a hierarchy
(say rootModule.pkl) and the currently evaluated module (accessible via the module keyword):
The
csv
parser creates metrics from a document containing comma separated values.