# MAGIC We've actually already been using functions: **`print()`** is a function that is pre-defined in Python. # MAGIC %md As Python executes code, when it sees a call to our function, it jumps to ...
# 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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results