Interactive Benford Analysis

Trying to make Benford’s Law analysis easier (and free!) for everyone, I created this Interactive Benford Analysis app with some libs I maintain (benford_py and befordviz) and Streamlit.

You upload a .csv file, choose the column you want to analyse, and it does the rest.

You can take it for a spin at https://share.streamlit.io/milcent/benford-streamlit/benford_analysis.py

More details on the Github repo.

There is also a docker image of it.

Hope you like it,
Milcent

2 Likes