Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 134
You have an Apache Spark notebook that contains PySpark code and is used to explore data in an Azure Synapse Analytics workspace.
You need to create data visualizations in the notebook by using built-in libraries.
Which two libraries can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Gleam
- B. Plotly
- C. Seaborn
- D. Matplotlib
Correct answer: C, D
Explanation
Seaborn and Matplotlib are both powerful libraries for data visualization in Python, making them suitable for use in a PySpark notebook. Gleam and Plotly, while useful for visualizations, are not built-in libraries that directly integrate with PySpark in this context.