Closed s-celles closed 7 years ago
https://github.com/JuliaComputing/IndexedTables.jl#indexing
explains how to use indexing but this doc should be improved to show how to get temperatures of all cities at a given date
hitemps[:, Date(2016,7,8)]
looks like a good idea but it raises
ERROR: MethodError: no method matching start(::Date)
I'd say this should work, and this is a bug.
https://github.com/JuliaComputing/IndexedTables.jl#indexing
explains how to use indexing but this doc should be improved to show how to get temperatures of all cities at a given date
looks like a good idea but it raises