JuliaData / DataAPI.jl

A data-focused namespace for packages to share functions
Other
33 stars 13 forks source link

allow passing AbstractString to Between #17

Closed bkamins closed 4 years ago

bkamins commented 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.

bkamins commented 4 years ago

@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!