im not trying to do this smart or fast, just trying to do it at all.
i have a file looks like this :
$ cat all_user_token_counts.csv @5raphaels,in,
This can be done easily with np.loadtxt:
import numpy as np arr=np.loadtxt('all_user_token_counts.csv',delimiter=',', dtype = '|U10,