Использую чтение данных
data = pd.read_csv(r'C:\Users\Мася\Desktop\MQL5\EURUSD_i_M15_20190603_20190701.csv')[::-1]
data = data.ix[:, '<CLOSE>'].tolist() А у меня выбивает ошибка: During handling of the above exception, another exception occurred: Traceback (most recent call last):
File "C:\Program Files\Python35\lib\site-packages\pandas\core\indexes\
base.py", line 2657, in get_loc
return self._engine.get_loc(key)
File "pandas\_libs\index.pyx", line 108, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\index.pyx", line 132, in pandas._libs.index.IndexEngine.get_loc
File "pandas\_libs\hashtable_class_helper.pxi", line 1601, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas\_libs\hashtable_class_helper.pxi", line 1608, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: '<CLOSE>'