mirror of
https://github.com/norandom/trading_analysis.git
synced 2024-11-23 05:23:43 +00:00
fixing copper column Open
This commit is contained in:
parent
8a8e0cd835
commit
75d74877d4
File diff suppressed because it is too large
Load Diff
@ -313,12 +313,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 15,
|
"execution_count": 16,
|
||||||
"id": "46d35140195ce652",
|
"id": "46d35140195ce652",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"ExecuteTime": {
|
"ExecuteTime": {
|
||||||
"end_time": "2024-03-18T09:41:02.403056Z",
|
"end_time": "2024-03-18T11:27:06.711138Z",
|
||||||
"start_time": "2024-03-18T09:41:02.371704Z"
|
"start_time": "2024-03-18T11:27:06.675173Z"
|
||||||
},
|
},
|
||||||
"collapsed": false
|
"collapsed": false
|
||||||
},
|
},
|
||||||
@ -335,7 +335,7 @@
|
|||||||
"hist = hist.round(3)\n",
|
"hist = hist.round(3)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Save the DataFrame to CSV with the dynamic file name\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)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user