-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeArray might accept Symbol with getindex ([...]) #262
Comments
Data frames use symbols as column names in order to allow accessing them using |
Yep, I'm on board with this. |
I'm also open to changing |
I want to fully switch to Symbol, and then introduce the |
|
Hello,
There is a strange API difference between
TimeArray
(from TimeSeries.jl) andDataFrame
(from DataFrames.jl)with DataFrames
but
It will be nice if
getindex
could acceptSymbol
as second parameter when aTimeArray
is given as first parameter.Kind regards
PS : see JuliaData/DataFrames.jl#959
The text was updated successfully, but these errors were encountered: