The following is the set of commands in a Databricks notebook with the default language as Python: data = dbutils . fs . ls ( '.' ) list1 = [ '' ] list1 . append ( data ) % pip install pandas import pandas as pd df = pd . DataFrame ( list1 ) % pip uninstall pandas Which of the following cells will be the first to return an error when run in a sequence?