Читать .dat python

import numpy as np
sed = np.loadtxt('spectra.dat', unpack = True)

Naughty Nightingale