As an attempt to incorporate temporal information into the analysis of our nominal
data, we also created calendar and time-based heat maps to visualize patterns, if there are any, related to
our variables across certain time periods.
Features of DateTime dtype
were first manipulated to obtain months and years data points into separate columns, adding up four new
columns into the dataset.
The same heatmap() method was then applied to the year attributes
of each temporal component and to their corresponding sub-list of categorical data.