# MAGIC First, let us import **`pandas`** with the alias **`pd`** so we can refer to the library without having to type **`pandas`** out each time. **`pandas`** is pre-installed on Databricks. # MAGIC ...
# MAGIC **<a href="https://pandas.pydata.org/pandas-docs/stable/reference/index.html" target="_blank">Pandas</a>** is a popular Python library among data scientists ...