Maybe it's me did something wrong, my Pycharm cannot give underlines on questionable packages.
For example, if you create a python file from scratch and only put one line as below.
df = pd.read_csv('abc.csv')
This will not give any red lines below 'pd' or give hitns on abc.csv that does not exist.
Is it some where in my Pycharm settings to change?