
Ultimate access to all questions.
A data science team is working together on a Databricks notebook. The data engineer prefers SQL for data extraction, whereas the data scientist leans towards Python for machine learning tasks. What is the best approach to accommodate both preferences within the same notebook?
A
Merge all code into Python to ensure consistency throughout the notebook.
B
Convert SQL queries to Python pandas queries to maintain uniformity.
C
Utilize %sql for data extraction cells and %python for machine learning cells.
D
Develop separate notebooks for SQL and Python code, then link them together.