15 - Selecting Ranges of DataFrame Columns #shorts [Julia & R programming]
Alex Tantos
#shorts To select ranges of dataframe columns in tidyverse, you can use the range notation with the colon symbol that signifies the from and the to columns that we want to extract from a dataframe. To use its own select() function with ranges of columns, Julia offers the Between() column selector. Its two arguments specify the range of columns: the from column and the to column that can be specified, as in R, either by columns' indices, columns' names or a combination of both.
Link to the ikea dataset: https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-11-03/ikea.csv
Ladies Freiburg (Kyla McConnell and Julia Müller) - Tidy Data: Zero to sHero {Part 2}: https://www.youtube.com/watch?v=ivSgLWKhNrw
R-Ladies material on github: https://github.com/rladies/meetup-presentations_freiburg/tree/master/2021-02-17_tidydata_ZerotoShero ... https://www.youtube.com/watch?v=g4PUUiVuqXY
5297063 Bytes