13 - Removing DataFrame Columns #shorts [Julia & R programming]
Alex Tantos
#shorts
In R's tidyverse you can use the minus symbol (-) in front of a specific column name to exclude it from the returned dataframe that will then retain all the rest of the columns. In Julia you can use the helper function Not() that takes as its argument the column name or an array of column names that you want to be excluded from the resulting, new dataframe.
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
#julialang #rprogrammingforbeginners #rprogramming ... https://www.youtube.com/watch?v=Gj6Tkw4RRR4
4801049 Bytes