Last answered:

21 Feb 2023

Posted on:

21 Feb 2023

0

Min 9:47 - Using "dtype = np.str" doesn't work

For future inconvenients you have to add a underscore after the str (np.str_) then the code will work. 

1 answers ( 0 marked as helpful)
Posted on:

21 Feb 2023

1

You can also just remove the np. and just have the str.  This would work as well.

Submit an answer