daemon

empty

Traceback (most recent call last):

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pandas/core/indexes/base.py", line 3812, in get_loc

return self._engine.get_loc(casted_key)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "pandas/_libs/index.pyx", line 167, in pandas._libs.index.IndexEngine.get_loc

File "pandas/_libs/index.pyx", line 196, in pandas._libs.index.IndexEngine.get_loc

File "pandas/_libs/hashtable_class_helper.pxi", line 7088, in pandas._libs.hashtable.PyObjectHashTable.get_item

File "pandas/_libs/hashtable_class_helper.pxi", line 7096, in pandas._libs.hashtable.PyObjectHashTable.get_item

KeyError: 'equalday'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "/Volumes/TIME/M/getindustry.py", line 328, in

drawcandle(selected.columns[0])

File "/Volumes/TIME/M/getindustry.py", line 28, in drawcandle

stock["eqt"]=round(stock["equalday"],2)

~~~~~^^^^^^^^^^^^

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pandas/core/frame.py", line 4113, in __getitem__

indexer = self.columns.get_loc(key)

^^^^^^^^^^^^^^^^^^^^^^^^^

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pandas/core/indexes/base.py", line 3819, in get_loc

raise KeyError(key) from err

KeyError: 'equalday'