1. Sensor Data Gap Filling
Data EngineerBackground
A temperature sensor failed intermittently, leaving gaps in a 24-hour CSV log.
Problem
The missing temperature readings prevent accurate daily average calculations.
How to use
Upload the CSV, set the interpolation method to 'Cubic' for smooth curve fitting, and enable 'Generate Report' to track the changes.
method: cubic, maxGapSize: 5, markInterpolated: trueOutcome
The tool successfully filled the gaps using cubic spline interpolation, providing a continuous temperature profile for analysis.