surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "axon" and state = "IN" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, spend_date, source_document, mytown_record, amount_type, spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 992 | 992 | Axon | East Chicago | IN | 2025-04-24 | Tasers | 45450.6 | It's to purchase 12 Axon tasers to supply new officers on the department. | https://www.eastchicago.com/AgendaCenter/ViewFile/Minutes/_04242025-2091 | https://mytown.theboringparts.com/city/eastchicago.com/2025/#m1310650 | axon | stated | 1 | 0 | 0 | IN |
| 1061 | 1061 | Axon | Cayuga | IN | 2025-10-15 | 35000.0 | for DEMS terabyte storage & AXON evidence storage (approximately $35,000) | https://www.cayugacounty.gov/AgendaCenter/ViewFile/Minutes/_10152025-2860 | https://mytown.theboringparts.com/city/cayugacounty.gov/2025/#m1230657 | axon | estimated | 1 | 0 | 0 | IN | |
| 1101 | 1101 | Axon | Cayuga | IN | 2025-10-15 | bundle/OSP | 30000.0 | We requested $30,000 for the 2026 | https://www.cayugacounty.gov/AgendaCenter/ViewFile/Minutes/_10152025-2860 | https://mytown.theboringparts.com/city/cayugacounty.gov/2025/#m1230657 | axon | stated | 1 | 0 | 0 | IN |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);