I have my historical series downloaded in a csv file, which has 5 columns
['Date', 'Price', 'Open', 'High', 'Low']
I do the following:
import pandas as pd
df = pd.read_csv("C:/Users/Lazardi/Desktop/GFG.BA.csv", header=0,index_col=Fal...
asked by
02.06.2018 / 19:11