-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sensed related charts not being generated for open-access-openpath #132
Comments
Upon further investigation:
The all_ct data frame doesn't have Need to understand further, why these columns are missing - which is coming from |
Looking into the server side of code: Inside
We have "additions", "cleaned_section_summary" and "inferred_section_summary" missing. |
When we do look at the server logs, I think it would help to look first for the log statements from 'get_section_summary' |
Yesterday evening/this morning I had a problem with the sensed notebook on my survey additions branch see here. This isn't the same error, as it happened later when making the 80% chart, but we should keep an eye out for that case once this error is resolved and when testing the stacked bar chart changes. |
Just checked on |
Please see the workaround for loading less data for testing the public dashboard |
Error Stack:
Added the below line of code:
Result: Is there any cleaned_section_summary which has NaN values?: True This seems identical to issue described here: Issue 93 |
Proposal for solution:
|
@iantei
|
There are 3878 records which has NaN for Script to filter out NaN values' for cleaned_section_summary's end_fmt_time in sorted way
There is an observation for pattern:
All these entries have timestamp with |
Currently, there is issue with the generation of open-access-openpath:
https://open-access-openpath.nrel.gov/public/
The primary reason is unavailability of column
cleaned_section_summary
inexpanded_ct
dataframe.Error call stack:
For the dataset
fc_*
, whichhas issue with creating sensed related charts, below are the expanded_ct columns:For the dataset
openpath_prod_cortezebikes
which doesn't have issue with creating sensed related charts.The difference in columns for
expanded_ct
while using these two dataset are enlisted below:The text was updated successfully, but these errors were encountered: