milktrader / Quandl.jl

Julia api to Quandl open source financial, economic and social datasets
Other
67 stars 31 forks source link

Replace readtable() with CSV.read() #111

Closed jmkuhn closed 7 years ago

jmkuhn commented 7 years ago

DataFrames v0.11 will no longer provide readtable() (PR#1220 PR#1223). Replace with CSV.read().