dplython icon indicating copy to clipboard operation
dplython copied to clipboard

Does the select function support range selection

Open guocheng opened this issue 8 years ago • 0 comments

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)

guocheng avatar Nov 05 '16 16:11 guocheng