Solved

Cognite ML: Data Modeling Hands-on Lab

  • 17 January 2023
  • 2 replies
  • 94 views

Badge

I am attempting to run the python file associated with the Data Modeling hands-on lab (https://colab.research.google.com/drive/11NdrGUzFhbwsOlKqXVfYRqu9s1DzAw4b?usp=sharing). I am receiving the same error every time the ‘plot’ function is called:

 

TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type”.

 

After some debugging, the data seems to be in a dataframe data type. I suspect there is some version discrepancy between numpy and pandas, has anyone else seen this error?

 

Thank you,

 

Adam

icon

Best answer by Viraj Dhanusha 20 January 2023, 16:06

View original

2 replies

Userlevel 4
Badge +5

Hi @Adam Gunther

I have created a support ticket regarding this issue, and the team will reach out to you as soon as possible. 

Best regards,
Madina

Userlevel 2
Badge +1

Hi @Adam Gunther 

I’m Viraj from Cognite support and thank you for reporting  issues in Cognite Hub. 

 I could not see that this error was reported before for Cognite support.

Unfortunately I could not reproduce your issue but it seems that the issue is related to the some version discrepancy between numpy and pandas as you mentioned. With the latest versions, the code ran successfully. 

Can you please upgrade both the numpy and pandas to the latest versions and try to proceed?

You can use 

pip install numpy --upgrade

!pip3 install --upgrade pandas

Best regards, 
Viraj

Reply