I updated my computer today, and am getting the following error message when I attempt to import pandas:
import pandas as pd AttributeError: module \
You may have named your program/script 'numpy'. I also had that then i renamed my program and then it works. It happens because when you name your program similar to a module the import attribute clashes between programs and modules