Date and Time Data Flashcards
Fill in the Blank:
KNIME provides a number of nodes for tasks that are specific to date and time values.
- For example, you can calculate the number of days between two Date&Time values with the __________ node.
- You can calculate a timestamp as defined by a distance to another Date&Time value with the __________ node.
- You can also filter data by a specific month or any other time range with the __________ node.
- Date&Time values are also supported by many other nodes. You can for example visualize time series with the __________ node and show the Date&Time values on the x-axis.
- Date&Time Difference
- Date&Time Shift
- Date&Time-based Row Filter
- Line Plot
You have a data table with the purchase date and time and number of purchased items. You want to visualize the number of purchased items per hour on different weekdays in a line plot. Which GRANULARITIES do you need to extract from the Date&Time values to be able to visualize the supermarket peak hours?
Day of week and Hour
Combine the date formats with the string representations of the date and/or time values.
Date: 24/12/2003
dd/MM/yyyy
Combine the date formats with the string representations of the date and/or time values.
Date: 1994-03-16
yyyy-MM-dd
Combine the date formats with the string representations of the date and/or time values.
Time: 12:34
HH:mm
Combine the date formats with the string representations of the date and/or time values.
Date: 23.09.1984 17:56:00
dd.MM.yyyy HH:mm