Menu

Basic Requirements

Lesson 1: Basic Requirements

Before starting, ensure you have access to the following:

  • Google Colab: A cloud-based notebook environment used to write and execute Python code without any local setup.
  • Google Account: Required to access Google Colab and upload the student dataset.
  • CSV Student Dataset: A dataset containing student-related information such as attendance, study hours, exam scores, and other factors.
  • Basic Python Knowledge: Understanding of Python syntax, variables, loops, and functions.
  • Basic Data Analysis Knowledge: Familiarity with concepts like rows, columns, missing values, data types, and basic statistics.

Since the entire project is implemented in Google Colab, no local installation of Python or libraries is required.