JuliaDataReaders is an organization which manage access to several data sources using the Julia language. Each DataReader have a similar API and should be able to output data into several datastructures : - DataFrame from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) - TimeArray from [Timeseries.jl](https://github.com/JuliaStats/TimeSeries.jl) - TS from [Temporal.jl](https://github.com/dysonance/Temporal.jl) - IndexedTable from [IndexedTables.jl](https://github.com/JuliaComputing/IndexedTables.jl) - ... See https://github.com/JuliaDataReaders/DataReaders.jl/issues/27
JuliaDataReaders is an organization which manage access to several data sources using the Julia language.
Each DataReader have a similar API and should be able to output data into several datastructures :
See JuliaDataReaders/DataReaders.jl#27