20 - Splitting a dataframe column into multiple ones #shorts [Julia & R programming]
Alex Tantos
#shorts #julialang #julia #programming #dataframes #rprogrammingforbeginners #rprogrammingforbeginners Are you looking for an easy way to split up a single column, the "dimensions" column in our case, into three separate columns in R and Julia? Well, it's simple! In R, all you have to do is use dplyr's separate() function, while in Julia, you can simply use select() with the Not() column selector to select all the columns except for the ones that need to be removed in combination with the pairing symbol.
Link to the ikea_raw.csv file: https://github.com/atantos/Youtube/blob/8d4dd28406688cfbef5f52b848cd31eb4acaed99/ikea_raw.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=QOwwWDnLWnY
4502410 Bytes