xKDR / TSFrames.jl

Timeseries in Julia
MIT License
89 stars 22 forks source link

Don't use Union{String, Symbol} in getindex #189

Closed chiraganand closed 2 months ago

chiraganand commented 3 months ago

This is incorrect:

julia> Union{String, Symbol}[:s, "s"]
2-element Vector{Union{String, Symbol}}:
 :s
 "s"
chiraganand commented 2 months ago

Duplicate of #194.