lab_1 #3

Merged
Arutunyan-Dmitry merged 7 commits from lab_1 into main 2024-09-28 09:59:08 +04:00
3 changed files with 7 additions and 3 deletions
Showing only changes of commit 45fdd03c60 - Show all commits

4
.gitignore vendored
View File

@ -12,3 +12,7 @@ ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
backend/
instance/
static/

View File

@ -1,2 +0,0 @@
# AIM-PIbd-32-Kuzin-P-S

View File

@ -127,7 +127,9 @@
"\n",
"# plt.figure(figsize=(10, 6))\n",
"# plt.show()\n",
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])"
"\n",
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])\n",
"#ВЫсоты и впадины в зависимости от времени"
]
}
],