Open gopinathankm opened 5 years ago
Hi @gopinathankm Could you mention the particular notebook and chapter you are referring to. Also please mention your pandas and numpy versions
No problem I managed the issue. Thanks
@gopinathankm sure. If there's a fix you could share, please do so for everyone else's benefit.
When execute following statement from .ipynb file `neg_idx = df[(df.news_category=='technology') & (df.sentiment_score == -15)].index[0]
I get following IndexError Traceback (most recent call last)