Error when run tutorial notebook

Hello, I am trying to run the recommender system tutorial from https://github.com/dglai/KDD-2019-Hands-on/tree/master/3_recommender_system. However, at the very first stage, when I run:

It returned error:

Anyone could help me with this issue? Thanks

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.to_numpy.html
Could you try upgrade your pandas version by pip install --upgrade pandas?

Thanks, I am using the newest version of Pandas - v0.25.3 and this error still happened

Hi,

Could you try running import pandas as pd; print(pd.__version__) in the notebook? Since I saw there’s different environment on your mac.

1 Like

It works now, thank you so much :smiley: