--- annotations_creators: - machine-generated - expert-generated language: - en license: cc0-1.0 pretty_name: BlueLedger Police Officer Directory size_categories: - 1K 0] print(f"Officers with offense records: {len(with_offenses)}") ``` ## 📁 Files | File | Description | |------|-------------| | `blueledger_enhanced_v2.json` | Full dataset (13MB) | | `blueledger_enhanced_v2.csv` | Flattened CSV export | | `SCHEMA.md` | Complete schema docs | | `STATISTICS.json` | Breakdown by state | ## 📖 Schema ```json { "officer_id": "BL-WA-000001", "personal_info": { "full_name": "...", "name_first": "...", "name_last": "..." }, "employment": { "department": "...", "state": "...", "rank": "...", "status": "..." }, "certification": { "certification_status": "...", "state_post_agency": "..." }, "verification_sources": { "primary_gov_source": { "url": "https://cjtc.wa.gov/", "verified": true } }, "offense_records": { "total_count": 1, "categories": { "use_of_force": 1 }, "incidents": [{ "incident_id": "...", "category": "...", "disposition": "..." }] }, "data_quality": { "completeness_score": 100.0, "has_gov_verification": true } } ``` ## ✅ App Store Compliance - ✅ All data from authoritative .gov sources - ✅ Clear citation of official POST commission URLs - ✅ No unverified allegations - ✅ Meets Google Play & Apple App Store policies ## 📜 License **CC0 1.0 (Public Domain)** - Government data, free to use for any purpose. ## ⚠️ Disclaimer This dataset is for transparency and accountability purposes. All records are sourced from official government databases. Verify information independently before taking action.