Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
After a Databricks admin installs Python libraries during cluster creation, a team member attempts to remove the pandas library from their notebook using the command %pip uninstall pandas. What will be the outcome?
pandas
%pip uninstall pandas
A
The library will be uninstalled from the notebook but will remain available to all other notebooks.
B
The library will not be uninstalled as the libraries installed on clusters cannot be uninstalled through the %pip command.
%pip
C
The library will be uninstalled from the cluster and will not be available to any other notebook attached to the cluster.
D
The library will not be uninstalled as -y should be used to uninstall the libraries installed on a cluster.
-y
E
The library will not be uninstalled but it will not be available for further use in the notebook.