-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I tried Danlurie's modification but it still does not work. Could anyone help?
The error report is like below,
Series to download: REST645
Traceback (most recent call last):
File "Projects/NKI/download_rockland_raw_bids.py", line 330, in
collect_and_download(out_dir, **kwargs)
File "Projects/NKI/download_rockland_raw_bids.py", line 107, in collect_and_download
participants_df = pandas.read_csv(participants_obj['Body'], delimiter='\t', na_values=['n/a'])
File "/home/ye/miniconda2/lib/python2.7/site-packages/pandas/io/parsers.py", line 655, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/ye/miniconda2/lib/python2.7/site-packages/pandas/io/parsers.py", line 392, in _read
filepath_or_buffer, encoding, compression)
File "/home/ye/miniconda2/lib/python2.7/site-packages/pandas/io/common.py", line 210, in get_filepath_or_buffer
raise ValueError(msg.format(_type=type(filepath_or_buffer)))