surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:student:goguardian" and state = "PA" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3932 | 3932 | GoGuardian | Lower Merion School District | PA | 2024-06-10 | device monitoring (renew) | 25415.0 | GoGuardian/Pear Deck - $25,415.60 | https://go.boarddocs.com/pa/lmsd/Board.nsf/PRINT-AgendaDetailed?open&id=D5HS5Q6CDFB4 | https://mytown.theboringparts.com/city/bd-pa-lmsd/2024/#m6038120 | sv:student:goguardian | stated | 1 | 1 | 0 | PA |
| 3927 | 3927 | GoGuardian | Penn-Harrisburg School District | PA | 2025-06-11 | Beacon self-harm alerting (renew) | 5280.0 | Requesting to approve the renewal of GoGuardian Beacon for online content monitoring for the 25-26 SY This will cost $5280.00 and will come from the Technology General Fund budget. | https://go.boarddocs.com/pa/phsd/Board.nsf/PRINT-AgendaDetailed?open&id=DGTNZ8625262 | https://mytown.theboringparts.com/city/bd-pa-phsd/2025/#m11547663 | sv:student:goguardian | stated | 1 | 1 | 0 | PA |
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);