Skip to content

More generic ouput / Return a named tuple iterator #8

Open
@femtotrader

Description

@femtotrader

See https://github.com/davidanthoff/IterableTables.jl

Produce elements of type NamedTuple
https://github.com/blackrock/NamedTuples.jl
http://rockthecode.io/blog/osblk-julia-namedtuples/

see https://github.com/pazzo83/NOAAData.jl/blob/master/src/NOAAData.jl

_COLS = [:Date, :Ask, :Bid, :AskVolume, :BidVolume]
_SCHEMA = [DateTime, Float64, Float64, Float64, Float64]

see https://github.com/davidanthoff/IterableTables.jl/pull/37/files

https://discourse.julialang.org/t/iterate-delimited-file-as-namedtuples/3616/6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions