How to convert 15 minute data into 10 minute data
Hi,
I have a large dataset with values every 15 minutes, for example:
2021/01/24,12:00,0.02
2021/01/24,12:15,0.01
2021/01/24,12:30,0.07
2021/01/24,12:45,0.09
2021/01/24,13:00,0.09
and I need to convert it to values for every 10 minutes, for example:
2021/01/24,12:00,x.yy
2021/01/24,12:10,x.yy
2021/01/24,12:20,x.yy
2021/01/24,12:30,x.yy
2021/01/24,12:40,x.yy
2021/01/24,12:50,x.yy
2021/01/24,13:00,x.yy
Obviously the values won't be accurate but a decent approximation will be good enough.
Can someone suggest a method of doing this, either in Numbers or possibly AppleScript, Javascript, PHP, etc. Many thanks...
MacBook Pro 13″, macOS 11.4