In docker:
$ docker-compose build
$ docker-compose runLocally:
$ pipenv shell && pipenv sync && pipenv sync --dev
$ python manage.py runserverAs simple as running:
$ python manage.py test -v 3Supported files are generally variations of csv formats. Dialect of said csv file is determined
using built-in csv sniffer.
- 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!
- Benford's law!

