Horarios
Un timetable
(horario) es un tipo de tabla que asocia una hora con cada fila. Al igual que una table
(tabla), el tipo de dato timetable
puede almacenar variables de datos orientadas a columnas que tienen la misma cantidad de filas. Todas las funciones de la tabla funcionan con horarios. Además, los horarios proporcionan funciones específicas de tiempo para alinear, combinar y realizar cálculos con uno o más horarios. Para obtener más información, consulte Create Timetables o vea Gestión de datos tabulares con marca de tiempo con horarios.
Funciones
Apps
Data Cleaner | Preprocess and organize column-oriented data |
Tareas de Live Editor
Retime Timetable | Resample or aggregate timetable data in the Live Editor |
Synchronize Timetables | Retime and combine timetables to new time vector in the Live Editor |
Compute by Group | Summarize, transform, or filter by group in the Live Editor |
Join Tables | Combine two tables using key variables in the Live Editor |
Stack Table Variables | Combine values from multiple table variables into one table variable in the Live Editor |
Unstack Table Variables | Distribute values from one table variable to multiple table variables in the Live Editor |
Temas
- Create Timetables
Create timetables to associate times with rows of data. Adjust data in a timetable to a different set of times, and synchronize data in multiple timetables.
- Clean Timetable with Missing, Duplicate, or Nonuniform Times
Clean timetables that have missing, duplicate, or irregular times, and produce regular timetables.
- Resample and Aggregate Data in Timetable
Resample or aggregate data in a timetable to a new vector of row times.
- Acceder a datos en tablas
Indexar en tablas con paréntesis, notación de puntos y llaves permite acceder a los datos de las tablas de diferentes formas. Puede utilizar la indexación para crear una tabla que sea un subconjunto de una tabla más grande o para crear un arreglo a partir de los datos de una tabla.