From 43fe930f2b325051ae2a84bfa30ec0a8b300a18d Mon Sep 17 00:00:00 2001 From: Ardor Date: Thu, 7 May 2026 16:10:48 +0300 Subject: [PATCH] Initial: environment setup --- .gitignore | 5 +++++ README.md | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5c0e54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +venv/ +__pycache__/ +*.pyc +.ipynb_checkpoints/ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba9db7c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Анализ данных в JupyterLab + +## Описание +Работа выполнена в рамках курса. Использованы библиотеки: pandas, numpy, matplotlib, seaborn, tqdm. + +## Содержание +- `week2_analysis.ipynb` – Jupyter Notebook с анализом данных. + +## Запуск +1. Создать виртуальное окружение и установить зависимости. +2. Запустить `jupyter lab`. +3. Открыть `week2_analysis.ipynb`.