-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Description
I got an error hile trying to run this notebook.
Vector_Mapping_Python/Vectorial_Maps.ipynb
The error is same as mentioned here...
The fix is to change get_values() to only values like this...
index.get_values()[0]
to
index.values[0]
Please update your notebook.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels