delete specific rows in Dataframes julia code example Example: remove top two rows of datafram in julia julia> deleterows!(df, 1:2)