11 - Column Basic Stats in one step in Julia programming and in two steps with R programming #shorts
Alex Tantos
#shorts Focusing on specific basic statistical indices, Julia and Kyla R-Ladies showed how to use the max() and min() functions to get back the maximum and minimum values of the height and width columns, respectively. Julia outputs the same information in one step using describe() that accepts two additional arguments apart from ikea: the first of the two is the summary function that you want to use, max() and min() in our case, and the second additional argument is the named argument "cols" whose value or values are the column or columns for which you want to calculate the maximum and minimum values.
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=mLDuJiboVfI
2519992 Bytes