1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Introduction to Data Science in Python

Connected

Bài tập

Correcting a function error

The code in the script editor should plot information from the DataFrame that we loaded in the previous exercise.

However, there is an error in function syntax. Remember that common function errors include:

  • Forgetting closing parenthesis
  • Forgetting commas between each argument

Note that all arguments to the functions are correct. The problem is in the function syntax.

Hướng dẫn

100 XP
  • Correct the code so that it runs without syntax errors.