Solved

Hands on with Data Science Course Jupyter Notebook error

  • 28 March 2023
  • 1 reply
  • 40 views

Badge +1

At the JPY Notebooks in the Hands on with Data Science Course I had a problem with the execution of the notepad and I managed to fix it by changing the attribute related to the dataframe.


“Data_processing_and_analysis_for_IDA_course.ipynb”
____________________________________

# How many timeseries are missing externalId?

## Instead of len(all_timeseries_is_null[all_timeseries_is_null.externalId == True]) use the bellow sentence

len(all_timeseries_is_null[all_timeseries_is_null.unit == True])

__________________________________

icon

Best answer by Sofie Haug 30 March 2023, 14:15

View original

1 reply

Userlevel 3
Badge +6

Thank you so much for your feedback! We’ll make an update of the course, and thank you for also finding a solution for it!

Sofie, Cognite Academy

Reply