lundi 13 février 2017

Pandas date_range isn't working as expected

Vote count: 0

import pandas as pd 
import matplotlib.pyplot as plt
start_date=2017-01-17
end_date=2017-02-8 enter image description here
dates=pd.date_range(start_date,end_date)
print dates

When i try to specify a date range for the pandas.date_range function, it ends up giving some archaic date on its own and doesn't take the range given to it.Can't seem to get to the root of it

The output i get is here

asked 25 secs ago

Let's block ads! (Why?)



Pandas date_range isn't working as expected

Aucun commentaire:

Enregistrer un commentaire