Skip to content

jmull3n/benford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benford Calculator

About

The benford calculator is built to test out Benford's law against any tab-separated content.

Simply pass a file path and a column name containing the numerical data, and the calculator will print out the results so you can see how close Benford's law applies to the dataset!

Usage

This project was built using Python 3.6.

Install the requirements: pip3 install -r lab7_benford_calculator/requirements.txt

Run the tests: make tests

Run with a sample dataset of poplution in the US from 7/2009: make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published