Open mgrover1 opened 2 years ago
It would be helpful to have read_csv_kwargs within the collection spec - for example, when working with multi-variable rows, we use ast.literal_eval, which the user needs to know... we can keep this information within the collection spec
read_csv_kwargs
ast.literal_eval
It would be helpful to have
read_csv_kwargs
within the collection spec - for example, when working with multi-variable rows, we useast.literal_eval
, which the user needs to know... we can keep this information within the collection spec