General Payment Data Analysis¶
This workflow reads in a dataset. It then performs detailed analytics on general payment dataset.
Workflow¶
Below is the workflow. It does the following:
- Reads data from a sample dataset.
- Calculates count transactions by speciality.
- Summary of transactions.
- Number of transactions per state.
- Prints the results.
Calculate count transactions by speciality¶
It will calculate count transactions by speciality using BarChartCal Node.
Processor Configuration¶
Processor Output¶
Summary of transactions¶
It finds stats on amount of each transaction using Summary Node.