Try this:
Uninstall python with admin privileges.
Shut down your system.
Restart it.
Then, install python with admin privileges.
Add python to path by selecting the option during installation.
Once installation finishes:
Open a command prompt with admin privileges and then execute:
pip install numpy
pip install pandas
pip install matplotlib
pip install scikit-learn
After that, you will be able to import pandas.