You should be able to just do this, which @DSM just taught me in another thread:
data = read_table('sample.txt', skiprows=3, header=None, delim_whitespace=True)
Documentation
You should be able to just do this, which @DSM just taught me in another thread:
data = read_table('sample.txt', skiprows=3, header=None, delim_whitespace=True)
Documentation