Date and Time Data Flashcards

1
Q

Fill in the Blank:

KNIME provides a number of nodes for tasks that are specific to date and time values.

  1. For example, you can calculate the number of days between two Date&Time values with the __________ node.
  2. You can calculate a timestamp as defined by a distance to another Date&Time value with the __________ node.
  3. You can also filter data by a specific month or any other time range with the __________ node.
  4. 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.
A
  1. Date&Time Difference
  2. Date&Time Shift
  3. Date&Time-based Row Filter
  4. Line Plot
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A

Day of week and Hour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Combine the date formats with the string representations of the date and/or time values.
Date: 24/12/2003

A

dd/MM/yyyy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Combine the date formats with the string representations of the date and/or time values.
Date: 1994-03-16

A

yyyy-MM-dd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Combine the date formats with the string representations of the date and/or time values.
Time: 12:34

A

HH:mm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Combine the date formats with the string representations of the date and/or time values.
Date: 23.09.1984 17:56:00

A

dd.MM.yyyy HH:mm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly