Distribution Graphs¶
This workflow reads a CSV file. It then plots graphs of distribution of data by Week, Month & Year.
Workflow¶
Below is the workflow. It does the following:
- Reads a CSV file.
- Distribution of data by Week.
- Distribution of data by Month.
- Distribution of data by Year.
Distribution of data by Week¶
It plots graphs of distribution of data by Week using GraphWeekDistribution Node.