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.
Este ejercicio forma parte del curso
Introduction to Julia
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Summarize the DataFrame
println(____(____))