Pull DataFrames columns to the front

Exactly as @sijo explains there is no need to use Not. In this case : is treated as every column except what was already included up to this point.

The general design goal of DataFrames.jl is to minimize the number of verbs the user has to learn so select and select! were judged to be enough as they should be flexible enough in most cases.

4 Likes