Showing posts with label #python. Show all posts
Showing posts with label #python. Show all posts

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.


Wednesday, 11 August 2021

Installation of Python on windows

 Please follow below steps for installation of python on windows:-

1)Open the browser and enter the url https://www.python.org/downloads/



2) Go to downloads and select windows option.


3)Select version of python you want to install. In my case installing 3.8.7. Click on link as highlighted in below image.


4) Once you download the set up. Right click on setup and select run as administrator.


5)Select the option add python to path and click on customize installation.


6) Then click on next button.


7) In advanced options select the option as your choice. Browse the path of installation. Click on install button.


8) Wait for sometime.


9) Python setup installed successfully.


10
) To verify python installation, open cmd and run the command python.


So, in this way we can install Python on windows.