Answers for "import package pycharm"

9

pycharm import module

> View > Tool windows > Terminal
	pip3 install pandas

File > Settings > Your project > Python Interpreter 
	if pandas is missing:
    > '+' (Install) > Search pandas, Install Package
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language