Find the best interpolation method for missing observations
I have a database which has measurements of objects every day every hour. However, some data is missing and I don't have measurements for all the hours. in order to get over this challenge I have used different interpolations methods in order to create this missing data (with pandas). So now I have several databases with those interpolations methods, and I need only one.
My question is how can I determine which interpolation is the best interpolation method?
I have researched the internet but mainly found explanation abut how to interpolate data but not how to choose the best method and how can I visualize it.
Topic interpolation pandas python
Category Data Science