cjprybol / uCSV.jl

A Julia package for reading and writing delimited-text; µ in size, ∞ in flexibility
Other
8 stars 2 forks source link

update write function to use eachcol #7

Closed cjprybol closed 6 years ago

cjprybol commented 6 years ago

dataframe.columns is deprecated, presumably because DataFrames uses named tuples now, so update the uCSV.write code to handle this nicely via the eachcol iterator