Posts

Showing posts with the label Pandas

Pandas library installation and import in python

Image
  Here we will discuss how to install and import pandas library in python  ----------- --------------------------------------------------------------------------------- i) Before this , just go through the installation of python and anaconda  by clicking the below link, Install Python and anaconda ii) Now we have installed the latest version of python in our windows machine and the anaconda platform for windows which contain jupyter notebook and spyder types python editer. iii) So now we will install pandas library in python and will try to import it in the spyder editor. - --_- -_____--_-__ _-___ S te p 1 - --_- -_____--_-__ _-___ open python by searching it through the search bar. Run as administrator. Open the Anaconda prompt by searching it's name in windows search bar and run it as "run as administrator" Now The anaconda prompt will be opened. Then run the command pip install pandas  After running the command pip install pandas, pandas library will be installed ...