Timeline

Visualise a process or series of events that took place over a specific timeframe.

Details

A Timeline plot displays a list of events for a corresponding set of groups based on start and end dates provided from the data table.

Timeline plots are ideal during exploratory analysis of any timeseries data to investigate the relationship, dependency, and trend within the data over the time.

Output

The example below shows the timeline of which ward and how long different patients stayed at a hospital.

Timeline.gif

Parameters

Variable nameRequiredConstraintsDescription
GroupYesColumn Input. Maximum of 20 unique values.The values of this column will be used for the group that the event applied to.
EventYesColumn Input. Maximum of 20 unique values.The values of this column represent the events that applied to the group.
StartYesColumn Input. Date, DateTimeThe values of this column will be used for the start dates for the events.
EndYesColumn Input. Date, DateTimeThe values of this column will be used for the end dates for the events.
Start_yearNoInteger between 1900 and 3000.Specify the year that the timeline will begin.
Start_monthNoInteger between 1 and 12.Specify the month that the timeline will begin.
Start_dateNoInteger between 1 and 31.Specify the date that the timeline will begin.
End_yearNoInteger between 1900 and 3000.Specify the year that the timeline will end.
End_monthNoInteger between 1 and 12.Specify the month that the timeline will end.
End_dateNoInteger between 1 and 31.Specify the date that the timeline will end.
Updated on December 20, 2022

Was this article helpful?