Back to Pandas

Introduction

doc/source/getting_started/comparison/includes/introduction.rst

3.1.0.dev0264 B
Original Source

If you're new to pandas, you might want to first read through :ref:10 Minutes to pandas<10min> to familiarize yourself with the library.

As is customary, we import pandas and NumPy as follows:

.. ipython:: python

import pandas as pd
import numpy as np