How to install and run Pandas from Anaconda Navigator#

Pandas is a common Python tool for data manipulation and analysis. This topic explains how to use Navigator to set up and begin working with Pandas via your choice of tool: terminal, Python, IPython, or Jupyter Notebook. The steps are similar for installing and opening nearly any package.

  1. Start Navigator.

  2. Open the Environments page.

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

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

  5. Click Create.

  6. The new, active environment appears in the environments list. An active environment is highlighted with a green play icon.

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

  8. In the Search Packages field, search for “pandas”. Pandas appears as a package available for installation.

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

  10. Click Apply.

  11. Review the dialog that displays pandas and all of its dependencies.

  12. Click Apply.

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

  14. To begin using your new environment, on the Environments page, click the play button next to your active Pandas environment name.

  15. In the list that appears, select the tool to use to open Pandas. To access the iPython or Jupyter Notebook tool options, install JupyterLab or Jupyter Notebooks from the Home page.

Note

In MacOS, you will need to give Anaconda Navigator permission to open the tool you choose, if it is your first time using Navigator to open it.

Learn more about Pandas#