JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

bug in indexing with `:, Date` #42

Closed s-celles closed 7 years ago

s-celles commented 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)
JeffBezanson commented 7 years ago

I'd say this should work, and this is a bug.