Need it to only read the integer values, and not the strings.
This is an example of a line in the text file:
yye5 mooProject No yeetcity Nrn de 0 .1 .5 0
We want to skip the first 5 columns (Nrn de
is one column) and put every line in the file (which looks like this) into a numpy or pandas array.