Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)

Can anyone tell me how to install pandas in Python?

1 Answer

0 votes
by (108k points)

For installing the Pandas package, first, open your Anaconda prompt shell and write the below command:

pip install pandas

The above command will download your Pandas package in your Anaconda environment, Now, to use this package, you can execute the below command in the Jupyter Notebook:

import pandas as pd

If you are looking for an online course to learn Python, check out this Python Certification program by Intellipaat.

Related questions

0 votes
4 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 16, 2020 in Python by ashely (50.2k points)

Browse Categories

...