You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's wrong?
I am working with historical data, with my timeseries representing years. I have two problems:
When loading the data, the years are recognized as a Numeric column. Thus I have no option to define the format for datetime conversion. I'd like to specify these are years, not seconds.
The years go before 1677. We perform the conversion with pd.to_datetime. For years before 1677, we would have to use pd.Period.
What's wrong?
I am working with historical data, with my timeseries representing years. I have two problems:
pd.to_datetime
. For years before 1677, we would have to usepd.Period
.How can we reproduce the problem?
mfida.xlsx
What's your environment?
The text was updated successfully, but these errors were encountered: