Google Cloud Associate Data Practitioner — Question 42

You need to create a weekly aggregated sales report based on a large volume of data. You want to use Python to design an efficient process for generating this report. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because Colab Enterprise notebooks offer a user-friendly environment for running Python code, especially with libraries like bigframes.pandas, which is suited for handling large datasets. The other options, while feasible, do not leverage the specific advantages of Colab for this type of task as effectively.