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

genres.list.gz is not parsed by BUILD.py #46

Closed
ReddyKilowatt opened this issue Feb 7, 2019 · 3 comments
Closed

genres.list.gz is not parsed by BUILD.py #46

ReddyKilowatt opened this issue Feb 7, 2019 · 3 comments

Comments

@ReddyKilowatt
Copy link

ReddyKilowatt commented Feb 7, 2019

When running BUILD.py with all 4 data files in the build directory, I've noticed that only 3 csv files are generated under /data
cast.csv
release_dates.csv
titles.csv

Looking at BUILD.py, genres.csv is never written. No error message is displayed.

See the attached screenshot showing BUILD.py running,

no_genres

@brandon-rhodes
Copy link
Owner

That's correct! The build file reads genres but does not write them out. They are only used to filter the selection of movies included in the main dataset.

@brandon-rhodes
Copy link
Owner

So — before we close out this issue: is there any way the script could have set better expectations so the lack of an output file would have been expected rather than surprising? If so then we can adjust the messaging to compensate!

@ReddyKilowatt
Copy link
Author

No, I don’t think so.

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