fixing copper column Open

main
Marius Ciepluch 2024-03-18 11:27:58 +00:00
parent 8a8e0cd835
commit 75d74877d4
2 changed files with 5917 additions and 5917 deletions

File diff suppressed because it is too large Load Diff

View File

@ -313,12 +313,12 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 16,
"id": "46d35140195ce652",
"metadata": {
"ExecuteTime": {
"end_time": "2024-03-18T09:41:02.403056Z",
"start_time": "2024-03-18T09:41:02.371704Z"
"end_time": "2024-03-18T11:27:06.711138Z",
"start_time": "2024-03-18T11:27:06.675173Z"
},
"collapsed": false
},
@ -335,7 +335,7 @@
"hist = hist.round(3)\n",
"\n",
"# Save the DataFrame to CSV with the dynamic file name\n",
"hist[[\"High\", \"Low\", \"Close\"]].to_csv(file_name)"
"hist[[\"Open\", \"High\", \"Low\", \"Close\"]].to_csv(file_name)"
]
},
{