explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Rename take/2 to slice/2 and also add slice(df, range)

Open josevalim opened this issue 1 year ago • 0 comments

The range implementation should be a matter of:

take(df, Enum.slice(0..n_rows(df), range))

josevalim avatar Aug 05 '22 18:08 josevalim