1. 학습
  2. /
  3. 강의
  4. /
  5. Analyzing IoT Data in Python

Connected

연습 문제

Standard deviation

You should now be familiar with the environmental dataset. However, until now you used a cleaned version of the dataset. The original dataset contained multiple outliers, which would have tainted the analysis.

You'll now work on visualizing these outliers by using the method you've just learned.

지침

100 XP
  • Calculate the mean of the "temperature" column and assign it to a column in data.
  • Calculate upper and lower limits and assign each to a separate column in data.
  • Plot data.