You are on page 1of 4

(../../../..

(../../../../)

Installing and running Pandas


Pandas is a common Python tool for data manipulation and analysis. This task explains how to use
Navigator to set up and begin working with Pandas in your choice of terminal, Python, IPython, or
Jupyter Notebook. The steps are similar for installing and opening (../../getting-started/#navigator-
managing-packages) nearly any package.
1. Start Navigator (../../getting-started/#navigator-starting-navigator).

2. Click the Environments tab.

3. Click the Create button. When prompted, enter a descriptive name for the environment, such as
“Pandas.”

(../../../../_images/nav-pandas.png)

4. Select a Python version to run in the environment.

5. Click OK.
The new environment appears in the environments list.

6. Click the name of the new environment to activate it.


The environment is highlighted with a green background.

7. In the list above the packages table, select All to filter the table to show all packages in all
channels.

 v: latest 
(../../../../_images/navigator-pandas4.png)

8. In the Search Packages box, type Pandas .


Pandas appears as a package available for installation.

(../../../../_images/navigator-pandas5.png)

9. Select the checkbox in front of the Pandas package name.

10. In the menu that appears, select Mark for specific version installation.

11. In the list that appears, select the Pandas version you want to install.

(../../../../_images/navigator-pandas6.png)

 v: latest 
12. Click the Apply button.

(../../../../_images/navigator-pandas7.png)

A progress bar appears below the Packages pane while Pandas and its dependencies are
installed.

13. To begin using your new environment, click the Environments tab.

14. Click the arrow button next to the Pandas environment name.

15. In the list that appears, select the tool to use to open Pandas: Terminal, Python, IPython, or Jupyter
Notebook.

(../../../../_images/navigator-pandas8.png)

Learn more about Pandas


10 Minutes to Pandas (http://pandas.pydata.org/pandas-docs/stable/10min.html)
Pandas Cookbook (http://pandas.pydata.org/pandas-docs/stable/cookbook.html)

« Using the R programming language in Jupyter Notebook (../r-lang/)     

Help and support » (../../help-support/)

Docs Home (../../../../) Anaconda Home More Help & Support


(https://www.anaconda.com/) (https://www.anaconda.com/support)
 2020 Anaconda, Inc. All Rights Reserved. Privacy Policy (https://www.anaconda.com/privacy-policy/)
 v: latest 
 v: latest 

You might also like