dplython
dplython copied to clipboard
Does the select function support range selection
for instance, if I have a table with 3 columns, (i.e. col1, col2, col3), can I do something like this:
df >> select(X.col1:X.col3)