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
in_year_base = indices.resample('AS').first()
# Align base indices to full time series values
in_year_base = (
in_year_base
.reindex_like(indices, method='ffill')
The text was updated successfully, but these errors were encountered:
Similar to Matt's implementation here:
The text was updated successfully, but these errors were encountered: