I am handling a Time Series of an action and I have a problem with my code.
import pandas as pd
df = pd.read_csv("C:/Users/Usuario/Desktop/algotrade/GFG.csv", sep=";", parse_dates=["Date"],dayfirst=True,index_col='Date')
df.head(10)
Out[131]...
asked by
05.06.2018 / 15:45