DEV Community

Discussion on: Sentiment analysis on Trump's tweets using Python 🐍

Collapse
 
rodolfoferro profile image
Rodolfo Ferro

That's because in your case you're trying to access an invalid index.

This might be useful: stackoverflow.com/questions/461536...

Thank you!