This commit is contained in:
asoc1al 2024-10-19 09:04:15 +04:00
parent bdca50da8b
commit fcd34f4a40
7 changed files with 1262925 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4554
lab1.ipynb Normal file

File diff suppressed because one or more lines are too long

246023
new.csv Normal file

File diff suppressed because it is too large Load Diff

1377
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[tool.poetry]
name = "mii-lab1"
version = "0.1.0"
description = "labi po mai"
authors = ["asoc1al <windows0804@yandex.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pandas = "^2.2.3"
matplotlib = "^3.9.2"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"