Can we require at least Julia 1.6 in DataFrames.jl

@bkamins I think you will be fine.
As an average user, it seems to me that the core functionality of DataFrames has been available for ages (append, joins, filter, select,….). I therefore think a lot of users would be perfectly fine with an older version of DataFrames.

When you ask about „whether users will complain“ that is, unfortunately, a bit of a different questions.
Now I am no expert on this, and I don’t have any statistics, but the users that are unhappy or complain, often have a high visibility (possibly warranted). But it seems that there are good reasons for the limitation to 1.6+ thus this should be fine.

4 Likes

Given the feedback we will require Julia 1.6 for DataFrames.jl 1.4.

Users of older Julia version can work with DataFrames.jl 1.3 and we will keep releasing patches if users ask for it. The place to post such requests in the future is Issues · JuliaData/DataFrames.jl · GitHub.

13 Likes