ComeçarComece de graça

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 exercício faz parte do curso

Introduction to Julia

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Summarize the DataFrame
println(____(____))
Editar e executar o código