<div dir="ltr"><div>Hello all, </div><div><br></div><div>I'm having trouble passing a text file to SampleAttributes, and I -think- what my problem might be is that my text file has more columns than I thought it did. Vim seems to think it has 3894 columns. I have a couple questions. Does the following error message seem consistent with this? And if so, is there a possible way to fix this? Even better, is there a way to read in an Excel spreadsheet? That's the file format I'm starting with.</div><div><br></div><div>>>> attr = SampleAttributes(attr_fname)</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "/usr/lib/python2.7/dist-packages/mvpa2/misc/io/base.py", line 426, in __init__</div><div>    sep=None, dtype=dtypes)</div><div>  File "/usr/lib/python2.7/dist-packages/mvpa2/misc/io/base.py", line 118, in __init__</div><div>    dtype=dtype, skiplines=skiplines)</div><div>  File "/usr/lib/python2.7/dist-packages/mvpa2/misc/io/base.py", line 258, in _from_file</div><div>    "of columns in header [%i]." % (len(l), len(hdr))</div><div>RuntimeError: Number of entries in line [3] does not match number of columns in header [2].</div><div><br></div><div>Thanks for your help!</div><div>Lauren</div><div><br></div></div>