Answers for "pycharm import module"

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
1

how do i import modules in pycharm

import <module name> --> Then hover over it and import option should appear
Posted by: Guest on December-21-2020

Python Answers by Framework

Browse Popular Code Answers by Language