I'm working with a company that's implemented a single data logger recording the results of their instrument over time. It can scan for hours, or days, sending out a pulse every so often and then recording a fluctuation in signal. Then repeats. The output is a single csv file with two columns: elapsed time and response.
Any ideas wise ones?
I've easily brought the data into Jupyter Notebook and thought about using something to confirm the data must rise for 10 rows in a row (i.e. monotonic increase) but that doesn't work because some times there are 10 rows that increase a tiny amount...