Chapter 8. Creating a Full Analysis Report
Note
Learning Objectives
By the end of this chapter, you will be able to:
Read data from different sources in Spark
Perform SQL operations on a Spark DataFrame
Generate statistical measurements in a consistent way
Generate graphs and plots using Plotly
Compile an analysis report incorporating all the previous steps and data
Note
In this chapter, we will read the data using Spark, aggregating it, and extract the statistical measurements. We will also use the Pandas to generate graphs from aggregated data and form an analysis report.