lab_1 #3
4
.gitignore
vendored
4
.gitignore
vendored
@ -12,3 +12,7 @@ ipython_config.py
|
|||||||
# Remove previous ipynb_checkpoints
|
# Remove previous ipynb_checkpoints
|
||||||
# git rm -r .ipynb_checkpoints/
|
# git rm -r .ipynb_checkpoints/
|
||||||
|
|
||||||
|
backend/
|
||||||
|
instance/
|
||||||
|
static/
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# AIM-PIbd-32-Kuzin-P-S
|
|
||||||
|
|
@ -127,7 +127,9 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"# plt.figure(figsize=(10, 6))\n",
|
"# plt.figure(figsize=(10, 6))\n",
|
||||||
"# plt.show()\n",
|
"# plt.show()\n",
|
||||||
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])"
|
"\n",
|
||||||
|
"df.head(5).plot(x=\"Date\", y=[\"High\", \"Low\"])\n",
|
||||||
|
"#ВЫсоты и впадины в зависимости от времени"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user