Closed bkamins closed 4 years ago
Needed for consistency with https://github.com/JuliaData/DataFrames.jl/pull/2199. Internally we make sure that Between stores either Int or Symbol.
Between
Int
Symbol
@quinnj - as you are the master of this package please click on "Squash and merge" when you are happy with it (or let me know it is OK for me to do this). Then I will update #2199 in DataFrames.jl. Thank you!
Needed for consistency with https://github.com/JuliaData/DataFrames.jl/pull/2199. Internally we make sure that
Between
stores eitherInt
orSymbol
.