Yeah, you can use
CSV.read(file, NamedTuple)
then work with the vector from that named tuple. You don’t even have to have DataFrames as a dependency for this.
Yeah, you can use
CSV.read(file, NamedTuple)
then work with the vector from that named tuple. You don’t even have to have DataFrames as a dependency for this.