You will learn how to create a Java Stream object based on a CSV data file, and engineer its data using Stream and Collector methods. You will explore the dataset using stream methods, and then apply a reduction operations on the data using a range of Collector methods. You will learn how to join and split strings in the data. You will apply the groupingby method for grouping your data stream based on fields in your data object.