Projection, Filtering, and Aggregation of Data Streams
Focusing on data manipulation operations, this course teaches how to perform data projection, filtering, and aggregation using C++ without needing advanced external libraries. You will learn how to use both procedural and functional programming techniques when applying filtering and aggregation on the data stream.
Lessons and practices
Retrieve the Last Element from Data Stream
Fixing the DataStream get_last Method in C++
First and Last Data Points in Data Stream
Slicing and Converting Data Streams to String
Return the Middle Element of a Sliced DataStream
Filter Numbers Greater Than 20
Fixing the Filter for Long Strings
Filtering Even Numbers from Data Stream Using std::copy_if
Filtering Positive Even Numbers Using std::copy_if
Filtering a Data Stream Below a Certain Threshold
Projecting Colors of Fruits
Fix the Sprinter Filtering and Projection Logic in C++
Enhance Car Horsepower by 10 Percent
Filter and Increase Prices of Expensive Products
Data Projection Techniques with C++: Converting Fahrenheit to Celsius using Classes
Changing Code to Calculate Minimum Exam Score
Fix the Standard Deviation Calculation
Calculating Average Temperature in C++
Finding the Most Frequent Age Using Loops in C++
Counting Adults with a Loop
Calculate Average Salary in Sales Department
Filtering and Aggregating Sales Data
Data Manipulation with Filtering Projection and Aggregation in C++
Data Manipulation with DataStream in C++
Interested in this course? Learn and practice with Cosmo!
Practice is how you turn knowledge into actual skills.