Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_data.py is not executing #4

Closed
SameerInnokrish opened this issue Sep 15, 2021 · 2 comments
Closed

load_data.py is not executing #4

SameerInnokrish opened this issue Sep 15, 2021 · 2 comments

Comments

@SameerInnokrish
Copy link

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

@iamlemec
Copy link
Owner

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?

@SameerInnokrish
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants