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)
You can also just remove the np. and just have the str. This would work as well.