Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 265 Bytes

comparison_boilerplate.rst

File metadata and controls

9 lines (6 loc) · 265 Bytes

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