Friday, 13 August 2021

How to install pandas python library in Windows ?

 Pandas is famous python library which is basically used for data analysis. Using this library python programmers can read csv files , excel files and uson files.

Please follow below steps to install python pandas library.

1)Go to start menu and search for cmd.  Open cmd as administrator.

install pandas python library in Windows

2)In cmd, type command pip install pandas and press enter.

install pandas python library in Windows

3)Wait for sometime until completion of downloading and installation of packages.

install pandas python library in Windows

So, in this way we can install python pandas library on windows.


No comments:

Post a Comment