Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.94 KB

getting_started.md

File metadata and controls

51 lines (32 loc) · 1.94 KB

Getting started

Installation instructions

The next steps provides the easiest and recommended way to set up your environment to use pandas. Other installation options can be found in the [advanced installation page]({{ base_url}}/docs/getting_started/install.html).

  1. Download Anaconda for your operating system and the latest Python version, run the installer, and follow the steps. Detailed instructions on how to install Anaconda can be found in the Anaconda documentation.

  2. In the Anaconda prompt (or terminal in Linux or MacOS), start JupyterLab:

  3. In JupyterLab, create a new (Python 3) notebook:

  4. In the first cell of the notebook, you can import pandas and check the version with:

  5. Now you are ready to use pandas, and you can write your code in the next cells.

Tutorials

You can learn more about pandas in the tutorials, and more about JupyterLab in the JupyterLab documentation.

Books

The book we recommend to learn pandas is Python for Data Analysis, by Wes McKinney, creator of pandas.

Python for Data Analysis

Videos

<iframe width="560" height="315" frameborder="0" src="https://www.youtube.com/embed/_T8LGqJtuGc" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Cheat sheet

pandas cheat sheet