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
Currently the end date for get_change_over_time_df is excluded from the date range, so if the time dimension is yearMonth the end date must be after the last month to be included in the report. This is inconsistent with get_flat_data_df, where the last day is included in the report, making the functions in sheets_element more confusing than necessary
The text was updated successfully, but these errors were encountered:
get_change_over_time_df
is excluded from the date range, so if the time dimension isyearMonth
the end date must be after the last month to be included in the report. This is inconsistent withget_flat_data_df
, where the last day is included in the report, making the functions insheets_element
more confusing than necessaryThe text was updated successfully, but these errors were encountered: