
Explanation:
A package cell is a special type of cell in a Databricks notebook that is compiled upon execution. These cells operate independently and are not visible to the rest of the notebook. For more details, refer to the documentation on Package cells.
Ultimate access to all questions.
What is a true statement about Package cells in a Databricks notebook?
A
A package cell contains data from more than one cell.
B
A package cell can only work with Python classes.
C
A package cell is compiled when executed.
D
A package cell contains more than one class/object.
E
A package cell returns an executable file when executed.
No comments yet.