You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metric only supports tab-delimited input and output.
Supporting comma-delimited files should account for the custom parsing of list and other comma-delimited fields.
One possible solution could be to use csv.DictReader to parse the delimited file into fields, and then use Metric.parse on each field to parse each field's value into the appropriate type
The text was updated successfully, but these errors were encountered:
Metric
only supports tab-delimited input and output.Supporting comma-delimited files should account for the custom parsing of
list
and other comma-delimited fields.One possible solution could be to use
csv.DictReader
to parse the delimited file into fields, and then useMetric.parse
on each field to parse each field's value into the appropriate typeThe text was updated successfully, but these errors were encountered: