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.
This exercise is part of the course
Introduction to Julia
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Summarize the DataFrame
println(____(____))