Describing patient data
This time, you have been tasked with producing a summary of the patient body temperature and heart rate data. You need to find the different columns' mean, minimum, and maximum. Luckily, you know a function that can calculate all of these at once.
The DataFrame df_patients
is available in your environment.
Cet exercice fait partie du cours
Introduction to Julia
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Summarize the DataFrame
println(____(____))