Installing Pandas

Spread the love

There are various ways to install pandas on Mac, Windows and Linux. You can either use Pip or anaconda.

Installing Pandas with Pip –

pip install pandas

To install specific version of pandas using pip

pip install pandas==1.4.1

Installing Pandas with Anaconda –

conda install pandas

To install specific version of pandas using anaconda

conda install pandas=1.4.1

Related Posts –

1 . How to upgrade pandas with pip and anaconda.

Rating: 1 out of 5.

Leave a Reply