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 sales dataset.
  • CSV Sales Dataset: The dataset containing sales transactions used for analysis.
  • Basic Python Knowledge: Understanding of Python syntax, variables, functions, and data structures.
  • Basic Data Analysis Knowledge: Familiarity with concepts like columns, rows, missing values, and data types.

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