This repository contains several labs for the Data Science Course at EAE Business School. The labs are designed to help students understand and apply various data science techniques and tools.
You can add each notebook in Google Colab or in your local environment.
Each notebook contains a link to open it in Google Colab. Click on the link to open the notebook in a new tab.
The following is required to run the notebooks in your local environment:
- Git
- Python 3.10 or higher
- Jupyter Notebook
- uv (Optional but recommended)
First clone the repository to your local machine:
git clone https://github.com/martatolos/eae-dsaa-2025.gitThere are 3 ways to install the dependencies:
All notebooks have a cell at the beginning that installs the dependencies. You can run this cell to install the dependencies.
You can install the dependencies using pip. Run the following command in your terminal:
pip install ".[lab-n]" # Where n is the lab number.You can install the dependencies using uv. Run the following command in your terminal:
uv sync --extra lab-n # Where n is the lab number.