How Do I Import Pandas Module In Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How Do I Import Pandas Module In Python?

How Do I Import Pandas Module In Python?

21st Sep 2019, 6:14 AM
Akhilesh
1 Answer
+ 4
Akhilesh first install the module using pip. pip install pandas Then you import the module import pandas as pd
21st Sep 2019, 6:51 AM
Jella
Jella - avatar