Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 559 Bytes

Анализ ДТП в России на основе открытых данных dtp-stat.ru

См блокнот

Dependencies

  • Python 3.8
  • Pyenv (optional)
  • Pipenv
  • Jupyter, Pandas, Seabortn, etx

How to prepare environment

Context is supposed to be a project directory

  1. Install Python 3.8 or higher (Pyenv is recommended)

  2. Install Pipenv pip install pipenv

  3. Install python libraries pipenv install

  4. Activate virtual env context pipenv shell

  5. Run Jupyter jupyter-notebook dtp-regions.ipynb