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
yngve-sk
changed the title
Rewrite everest_data_api.py:summary_values
Stop using deprecated load_all_summary_data in everest_data_api.py:summary_values
Nov 20, 2024
Currently it does this:
Should use
.load_response("summary", ...)
. Should do all the data operations with the polars dataframe before converting to pandas before return.(It is possible to not convert to pandas at all if we rewrite everviz but that should probably be outside the scope of this issue)
The text was updated successfully, but these errors were encountered: