Thank you Philip for your answer. I found first the datetime problem was in string format. For that reason I had to transform the data to a number data using: data['num']=pd.to_datetime(data['occurredAt']) I would to investigate the document You send me. Thanks
... View more