Main Content
Common Operations with Timetables for Finance
Clean data, resample and aggregate data, combine timetables and synchronize dates
Use functions for common operations with timetables to clean, aggregate, and synchronize financial data.
Functions
Topics
- Select Times in Timetable
Select row times from a timetable by using the
timerange
orwithtol
functions, or by matching date or time components of the row times. Resample or group the selected timetable data by using theretime
function. - Resample and Aggregate Data in Timetable
Resample or aggregate data in a timetable to a new vector of row times.
- Combine Timetables and Synchronize Their Data
Combine timetables by concatenation or by synchronizing their data to a common time vector.
- Clean Timetable with Missing, Duplicate, or Nonuniform Times
Clean timetables that have missing, duplicate, or irregular times, and produce regular timetables.
- Use Timetables in Finance
Use timetables to visualize and calculate weekly statistics from simulated daily stock data.