Examples#

Summarizing OpenPoliceData data

Summarizing available data in OpenPoliceData (OPD) and export data summaries

opd-examples/summarize_opd_data.ipynb
Finding datasets

View datasets available in OpenPoliceData

opd-examples/finding_datasets.ipynb
Loading datasets

Learn how to load a dataset once you have found it

opd-examples/loading_datasets.ipynb
Advanced Data Standardization Guide

Description with examples of optional data standardization/cleaning process

opd-examples/standardization.ipynb
Export dataset to CSV, feather, and parquet

See how to export a dataset to a CSV, feather, or parquet file and how to load the file back in as an OPD Table

opd-examples/export_dataset_to_csv_and_other_file_types.ipynb
A simple data analysis

Learn basic data analysis using traffic stop data

opd-examples/analyze_datasets.ipynb
Full example for Python beginners

Explore specific data analysis which will provide building blocks that can be reused for other analyses

opd-examples/analysis_examples/example_arrests_analysis_with_python_tutorial.ipynb