1. Learn
  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.