-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
With #739 it is possible to provide DimStack
or DimArray
as a sink argument for CSV.read
.
However, CSV doesn't pass any arguments to the sink - it just does Tables.CopiedColumns(CSV.File(source; kwargs...)) |> sink
. So right now this isn't very useful - it's not possible to pass dimensions.
I think this could be pretty neat to have - maybe we can add a small extension to add this functionality. But I'm not sure what the API should look like (CSV.read is already very extensive). Thoughts?
rafaqz
Metadata
Metadata
Assignees
Labels
No labels