how to add modules to pycharm code example
Example 1: how do i import modules in pycharm
import <module name> --> Then hover over it and import option should appear
Example 2: install pandas in pycharm
> View > Tool windows > Terminal
pip3 install pandas
File > Settings > Your project > Python Interpreter
if pandas is missing:
> '+' (Install) > Search pandas, Install Package