Read data (.dat file) with Pandas

You can use parameter usecols with order of columns: Edit: You can use separator regex – 2 and more spaces and then add engine=’python’ because warning: ParserWarning: Falling back to the ‘python’ engine because the ‘c’ engine does not support regex separators (separators > 1 char and different from ‘\s+’ are interpreted as regex); you … Read more