sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

feat: add OMDB support #126

Closed nick-zrymiak closed 3 years ago

nick-zrymiak commented 3 years ago

Closes #118

nick-zrymiak commented 3 years ago

Omdb looks good, all examples are working. But website column always shows N/A, is it a bug or the information is not available.

The sentiment analysis question was especially good, but can you add a comment telling the user you have to download nltk first and run the following code, otherwise it will give an error.

import nltk
nltk.download('vader_lexicon')

Good points! Website information for these movies is not available.