Resampling over large gaps in data #265
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
future
This issue is in a backlog of ideas to possibly be done in the future
Question:
I have a large dataset (1000 GB + ) worth of JSON data that is IoT sensor data. In order to regularize time-series to a set sampling frequency I use tempo.
One issue I experience is that the sensor data can have gaps in it. Sometimes months worth of missing data. The interpolate function fills all this in, which is really not what I want, as this interpolated data is not based on anything substantial. It should be left as Null or NA.
Could a parameter "interpolation limit" or similar be implemented? Currently I have a very computationally expensive workaround to this problem.
The text was updated successfully, but these errors were encountered: