For example, my data file is like this:
Bahman Rhett
Mandla Devyn
Loukil
Zoran Nahuel
because loadtxt uses whitespace as the delimiter it separates names with surnames, how can i make linebreaks the delimiters? Another problem is that not all rows have the same amout of "columns", so it gives error. Should i use something other than numpy for this job?