xKDR / TSFrames.jl

Timeseries in Julia
MIT License
89 stars 22 forks source link

Throw error in getindex function when string and symbol are passed simultaneously #197

Open siddjain444 opened 2 months ago

siddjain444 commented 2 months ago

Updating the getindex function to throw argument error when string and symbol are passed simultaneously as input to the function. Closes #194, #190