Utilities for analyzing Illinois Traffic Stop Study data.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
itssutils
Illinois Traffic Stops Statistical Study Utilities
This package provides a way to calculate metrics for police traffic stops in Illinois. Built for use with data provided from the Illinois Traffic Stop Study.
Check out the Illinois traffic stops website to learn more.
Installation
You can install with pip:
pip install itssutils
Usage
Download raw data from this link (you can download pre-processed metrics files there as well).
Process the raw data using the RawITSSData class.
from itssutils.itssdata import RawITSSData
raw = RawITSSData()
raw.load_single_year(2017, '2017_ITSS_Data.txt')
You can calculate metrics using the ITSSMetrics class.
from itssutils.itssdata import ITSSMetrics
met = ITSSMetrics(raw)
met.calculate_metics(['AgencyName', 'DriverRace'])
Getting Started
Try opening up the getting started notebook and working your way through it to see what the package can do. Be sure to note any issues!
Look for more documentationon the GitHub Pages site.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file itssutils-0.0.1.tar.gz.
File metadata
- Download URL: itssutils-0.0.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ace13899721042d063759ce3970e4166065364eb3003b4267e5fe66677b10a2
|
|
| MD5 |
a34d5763fb6eaa563f90f5dfbba2380a
|
|
| BLAKE2b-256 |
1a57f0e7de54ef93d7a2bfd6280c85fda333dd85f645e5ccc8a5dcdff4fbf35e
|
File details
Details for the file itssutils-0.0.1-py3-none-any.whl.
File metadata
- Download URL: itssutils-0.0.1-py3-none-any.whl
- Upload date:
- Size: 30.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
defb4831fea6230f7f7de89bc6a4d7b5f75e17630df00c298b39a8b6de11f55b
|
|
| MD5 |
02e6daeb9a4ee42a271d7415b9287507
|
|
| BLAKE2b-256 |
9dea7bc0c4e28e1e862451892053cdc83e94233a748eb2bac8ceb4ea7e45669e
|