You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just documenting, no action is necessary at this time since we have a working Python+Pandas:
$ python outcome_calculations.py "prescient" run_outcome
Traceback (most recent call last):
File "/data/predict1/home/np487/amp_scz/outcome_calculations/outcome_calculations.py", line 473, in <module>
ids = pd.read_csv('/data/pnl/home/gj936/U24/Clinical_qc/flowqc/REAL_DATA/{0}_sub_list.txt'.format(network), sep= '\n', index_col = False, header = None)
File "/data/predict1/miniconda3/lib/python3.10/site-packages/pandas/util/_decorators.py", line 211, in wrapper
return func(*args, **kwargs)
File "/data/predict1/miniconda3/lib/python3.10/site-packages/pandas/util/_decorators.py", line 331, in wrapper
return func(*args, **kwargs)
File "/data/predict1/miniconda3/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 935, in read_csv
kwds_defaults = _refine_defaults_read(
File "/data/predict1/miniconda3/lib/python3.10/site-packages/pandas/io/parsers/readers.py", line 2063, in _refine_defaults_read
raise ValueError(
ValueError: Specified \n as separator or delimiter. This forces the python engine which does not accept a line terminator. Hence it is not allowed to use the line terminator as separator.
The text was updated successfully, but these errors were encountered:
Just documenting, no action is necessary at this time since we have a working Python+Pandas:
The text was updated successfully, but these errors were encountered: