lab2, Зырянов Д А

This commit is contained in:
Дмитрий Зырянов 2025-03-20 20:45:00 +03:00
commit 50919b5125
6 changed files with 2652 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.venv
.venv/
Sqript.py
.idea
.ipynb_checkpoints

Binary file not shown.

10
README.md Normal file
View File

@ -0,0 +1,10 @@
Зырянов Дмитрий Андреевич
1)Подготовил окружение
2)Немного освоил JupyterLab
3)Познакомился с библиотеками : pandas, numpy, matplotlib, seaborn и tqdm.
4)Оставлял краткое описание к коду
5)Выполнили самостоятельное задание
Вся работа проделанна в week2_analysis.ipynb
Библиотеки для загрузки хранятся в requirements.txt
Чтоб установить в терминале команда: pip install -r requirements.txt
ВАЖНО!!!! возможно отдельно придется установить openpyxl , команда: pip install openpyxl

0
Script.py Normal file
View File

BIN
requirements.txt Normal file

Binary file not shown.

2637
week2_analysis.ipynb Normal file

File diff suppressed because one or more lines are too long