Icon

How to Modify Date

How to Modify Date

This workflow demonstrates several ways to handle date and time data in Air Quality dataset. It starts by reading in the data, then shows how to combine date and time into a single column, shift dates forward by a set amount (like one week), and extract specific parts of the date (such as year, month, or quarter). You can then filter the data to focus on a particular quarter or year, making it easier to analyze trends for specific time periods.

Append time to date
Date Modifier
Filter data for Year = 2005
Row Filter
Shift date by 1 week
Date Shifter
extract year, month, quarter from the date
Date&Time Part Extractor
Filter data for Quarter = 2
Row Filter
Air Quality Dataset
Example Data Reader

Nodes

Extensions

Links