1. 학습
  2. /
  3. 강의
  4. /
  5. Introduction to Julia

Connected

연습 문제

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.

지침 1/3

undefined XP
    1
    2
    3
  • Use the describe() function to summarize the df_patients DataFrame and print the result.