Importing pandas
Most users of the pandas library will use an import alias so they can refer to it as pd. In general in this book, we will not show the pandas and NumPy imports, but they look like this:
>>> import pandas as pd
>>> import numpy as np