Skip to content

Instantly share code, notes, and snippets.

@Moonbird-IT
Last active June 9, 2020 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Moonbird-IT/da4c7d76a69eb250478bb55b5d2360f5 to your computer and use it in GitHub Desktop.
Save Moonbird-IT/da4c7d76a69eb250478bb55b5d2360f5 to your computer and use it in GitHub Desktop.
{
"cols": [
{
"id": "A",
"label": "NZ Crime",
"type": "string"
},
{
"id": "B",
"label": "Value",
"type": "number"
}
],
"rows": [
{
"c": [
{
"v": " Acts intended to cause injury"
},
{
"v": 97
}
]
},
{
"c": [
{
"v": " Sexual assault and related offences"
},
{
"v": 44515
}
]
},
{
"c": [
{
"v": " Dangerous or negligent acts endangering persons"
},
{
"v": 3016
}
]
},
{
"c": [
{
"v": " Abduction, harassment and other related offences against a person"
},
{
"v": 859
}
]
},
{
"c": [
{
"v": " Robbery, extortion and related offences"
},
{
"v": 14157
}
]
},
{
"c": [
{
"v": " Unlawful entry with intent/burglary, break and enter"
},
{
"v": 2641
}
]
},
{
"c": [
{
"v": " Theft and related offences"
},
{
"v": 59323
}
]
},
{
"c": [
{
"v": " Fraud, deception and related offences"
},
{
"v": 136932
}
]
},
{
"c": [
{
"v": " Illicit drug offences"
},
{
"v": 9726
}
]
},
{
"c": [
{
"v": " Prohibited and regulated weapons and explosives offences"
},
{
"v": 22994
}
]
},
{
"c": [
{
"v": " Property damage and environmental pollution"
},
{
"v": 7074
}
]
},
{
"c": [
{
"v": " Public order offences"
},
{
"v": 58483
}
]
},
{
"c": [
{
"v": " Offences against justice procedures, government security and government operations"
},
{
"v": 46105
}
]
},
{
"c": [
{
"v": " Miscellaneous offences"
},
{
"v": 19084
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment