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
This would allow you to have coordinates which are offsets from a time coordinates which comes in handy when dealing with forecast data where the 'time' coordinate might be the forecast run time and you then want a 'lead' coordinate which is an offset from the run time.
The text was updated successfully, but these errors were encountered:
For a full solution, it would be great if pandas included a TimeDeltaIndex so we don't have to use an index with dtype=object. Here is the pandas issue: pandas-dev/pandas#3009
This would allow you to have coordinates which are offsets from a time coordinates which comes in handy when dealing with forecast data where the 'time' coordinate might be the forecast run time and you then want a 'lead' coordinate which is an offset from the run time.
The text was updated successfully, but these errors were encountered: