Challenge 1 - Proactive Analysis into Reporting Patterns
This notebook involves proactive analysis into transaction reporting patterns. The structured example involves downloading, processing, exploring data for all reports then analysing for reporting pattern anomolies. The unstructured extension component involves the analysis of transaction reporting delay.
%%capture capt
Explore Data
Leverage a Data Exploration Analysis (EDA) tool - the below example uses sweetviz.
Pandas profiling is another good option.