Skip to content

astrojuanlu/ie-mbd-python-data-analysis-i

Repository files navigation

IE

Python for Data Analysis I

"Python for Data Analysis I" subject from the Master in Big Data @ IE.

Open In Colab

Local installation

$ uv sync

Manually, with pip and venv:

$ python3.12 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install uv
(.venv) $ uv sync