I have a huge data set in the form of
           V1           V2         V3   V4     V5  V6
1      201005010000 201005010000  1.68 291.38  1   0
2      201005010000 201005010300  0.93 335.10  1   0
3      201005010000 201005010600  2.25  57.38  1   0
4      201005010000 201005010900  0.43  13.76  1   0
5      201005010000 201005011200  0.74 101.14  1   0
I am interested in interpolating it on an hour basis(it's for avery 3 hours). Data is also being updated after every six hours for next eight days. Thanks in advance.
 
     
    