how to install modules in pycharm code example
Example: how to install modules in pycharm
> View > Tool windows > Terminal
pip3 install pandas
File > Settings > Your project > Python Interpreter
if pandas is missing:
> '+' (Install) > Search pandas, Install Package