In this article, you’ll learn how to import Pandas into PyCharm. If Pandas library is not installed in PyCharm then first, install it using this method. After installation, import Pandas using this code.
import pandas as pd
If you want to learn Pandas, I will recommend you two things book and free resource.