You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hullo! A piece of my data analysis code runs with no errors on Python 3.7.16.
However, when I use Radon on the same file, the following error occurs:
ERROR: invalid syntax (, line 15)
The code at line 15 (which is where I presume the error occured) is: # https://www.kaggle.com/shivamkushwaha/bbc-full-text-document-classification !wget -nc https://lazyprogrammer.me/course_files/nlp/bbc_text_cls.csv
It might be that Radon detects Wget in Python as syntax errors.