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.
Diese Übung ist Teil des Kurses
Introduction to Julia
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Summarize the DataFrame
println(____(____))