Module for data handling, file i/o, parsing.
Read CSV file directly into dataframe.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | infile |
read csv file |
||
type(fsml_typ_df), | intent(inout) | :: | df |
dataframe |
||
logical, | intent(in), | optional | :: | labelcol |
true if first column contains row labels |
|
logical, | intent(in), | optional | :: | labelrow |
true if first row contains column lavels |
|
character(len=1), | intent(in), | optional | :: | delimiter |
single char delimiter |