Skip to content

RevinderDev/benfords-law

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building and running

In docker:

$ docker-compose build
$ docker-compose run

Locally:

$ pipenv shell && pipenv sync && pipenv sync --dev
$ python manage.py runserver

Tests

As simple as running:

$ python manage.py test -v 3

Using

Supported files are generally variations of csv formats. Dialect of said csv file is determined using built-in csv sniffer.

Fields:

  • Column name - specify the exact name of the column
  • Column index - or specify exact index of the column (starting from 0 obviously.)
  • With Header - whether file has HEADER row at the top
  • Choose file
  • Ok!

main form

  • Benford's law!

benfords

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors