In the previous chapter, we covered data processing, which is an important step for transforming data into a form usable for analysis. In this chapter, we take the next logical step after cleaning and look at data. This step is called Exploratory Data Analysis (EDA), and it consists of summarizing data and creating visualizations.
In this chapter, we will cover the following topics:
- Summary statistics with Apache Commons Math and Joinery
- Interactive shells for EDA in Java and JVM
By the end of this chapter, you will know how to calculate summary statistics and create simple graphs with Joinery.Â