сохранение

This commit is contained in:
Ренат Гареев 2026-05-06 18:15:50 +03:00
parent 02ce47325f
commit bc70111a9c
4 changed files with 5689 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv/

4
README.md Normal file
View File

@ -0,0 +1,4 @@
Освоить JupyterLab для работы с Python-кодом, анализа данных и визуализации.
Познакомиться с основами работы с pandas, numpy, matplotlib, seaborn и tqdm.
Научиться комментировать код, изменять параметры и анализировать результат.
Укрепить навыки работы с Git: вести репозиторий, фиксировать изменения, документировать процесс.

5001
data_science_job.csv Normal file

File diff suppressed because it is too large Load Diff

683
week2_analysis.ipynb Normal file

File diff suppressed because one or more lines are too long