Last answered:

22 May 2021

Posted on:

15 Apr 2020

0

Why is my code not working?

df_segmentation - pd.read_csv('segmentation data.csv', index_col - 0)   This code isn't working on my Jupyter, I don't know why
2 answers ( 0 marked as helpful)
Instructor
Posted on:

16 Apr 2020

0
Hi UrWiseman,  there seems to be a typo, which might be causing the problem. You need '=' instead of '-'. So df_segmentation = pd.read_csv(‘segmentation data.csv’, index_col = 0)   Best,  Eli
Posted on:

22 May 2021

0

Please, where can I download this segmentation data?

Submit an answer