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
Running load_data.py script throws up this error:
Traceback (most recent call last):
File "load_data.py", line 37, in
concat_files(args.input, args.output, c, t)
File "load_data.py", line 16, in concat_files
first = files[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Looks like one of the input files is missing. That script looks in parsed for input files and writes the output files in tables. What does your parsed directory look like? Also, are you passing any arguments when you call load_data.py?
Looks like one of the input files is missing. That script looks in parsed for input files and writes the output files in tables. What does your parsed directory look like? Also, are you passing any arguments when you call load_data.py?
Thanks for your quick response, i had not passed argument - apply after load_data.py, now its working nicely, good work on parsing and fetching patent data
Running load_data.py script throws up this error:
Traceback (most recent call last):
File "load_data.py", line 37, in
concat_files(args.input, args.output, c, t)
File "load_data.py", line 16, in concat_files
first = files[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: