berdaniera / preparer

Preparing time-series data for analysis
MIT License
0 stars 1 forks source link

homogenize(list, time_interval) #4

Open berdaniera opened 7 years ago

berdaniera commented 7 years ago

take list of data frames and make them the same time scale

berdaniera commented 7 years ago

Takes min and max of stacked list, and then interpolates at user defined interval Force user to choose interval time or auto which is mode of diff of stacked list Relies on snap_time() - efficiently rounds datetimes Option to specify time zone?