1> View > Tool windows > Terminal
2 pip3 install pandas
3
4File > Settings > Your project > Python Interpreter
5 if pandas is missing:
6 > '+' (Install) > Search pandas, Install Package
1#if you install numpy with pip, run the python file in the command line like this
2python myFile.py
3
4#if you install numpy with pip3, run the python file in the command line like this
5python3 myFile.py