Tidy dataset
16. Family and Domestic Violence offences, States and territories, Experimental data (FDV Tables 10 to 17) — FDV Table 12
A tidy Criminal Courts, Australia table with 815 rows. It reports recorded values by offence, year and summary characteristic.
- Status
- approved
- Publisher
- Australian Bureau of Statistics
- Release
- 2024-25
- License
- CC-BY-4.0
Data preview
| 33 | 01 Homicide | 2024–25 | Males | Sex |
| 3837 | 02 Assault(a) | 2024–25 | Males | Sex |
| 2481 | 021 Serious Assault | 2024–25 | Males | Sex |
| 624 | 0211 Choking and strangulation | 2024–25 | Males | Sex |
| 540 | 03 Sexual offences | 2024–25 | Males | Sex |
| 516 | 04 Harm or endanger persons(b) | 2024–25 | Males | Sex |
| 463 | 044 Acts that threaten, harass, or control | 2024–25 | Males | Sex |
| 15 | 049 Other acts that harm or endanger persons | 2024–25 | Males | Sex |
| 742 | 11 Property damage | 2024–25 | Males | Sex |
| 13541 | 1411 Breach of restraining order – violence | 2024–25 | Males | Sex |
| 19212 | Total | 2024–25 | Males | Sex |
| 19 | 01 Homicide | 2024–25 | Females | Sex |
| 726 | 02 Assault(a) | 2024–25 | Females | Sex |
| 442 | 021 Serious Assault | 2024–25 | Females | Sex |
| 30 | 0211 Choking and strangulation | 2024–25 | Females | Sex |
| 13 | 03 Sexual offences | 2024–25 | Females | Sex |
| 66 | 04 Harm or endanger persons(b) | 2024–25 | Females | Sex |
| 66 | 044 Acts that threaten, harass, or control | 2024–25 | Females | Sex |
| 6 | 049 Other acts that harm or endanger persons | 2024–25 | Females | Sex |
| 234 | 11 Property damage | 2024–25 | Females | Sex |
| 2715 | 1411 Breach of restraining order – violence | 2024–25 | Females | Sex |
| 3786 | Total | 2024–25 | Females | Sex |
| 0 | 01 Homicide | 2024–25 | 10–19 years | Age |
| 240 | 02 Assault(a) | 2024–25 | 10–19 years | Age |
| 134 | 021 Serious Assault | 2024–25 | 10–19 years | Age |
| 24 | 0211 Choking and strangulation | 2024–25 | 10–19 years | Age |
| 21 | 03 Sexual offences | 2024–25 | 10–19 years | Age |
| 27 | 04 Harm or endanger persons(b) | 2024–25 | 10–19 years | Age |
| 25 | 044 Acts that threaten, harass, or control | 2024–25 | 10–19 years | Age |
| 0 | 049 Other acts that harm or endanger persons | 2024–25 | 10–19 years | Age |
Get the data
CSV
87.2 KiB
Download tidy.csvJSON
308.9 KiB
Download tidy.jsonPARQUET
10.3 KiB
Download tidy.parquetOpen in Query with this immutable dataset version and a starter SQL query.
Copy-paste a stable URL
import pandas as pd
df = pd.read_csv("https://data.tidybank.net/data/abs/criminal-courts-australia/2024-25/fdv-table-12/tidy.csv")data <- read.csv("https://data.tidybank.net/data/abs/criminal-courts-australia/2024-25/fdv-table-12/tidy.csv")SELECT *
FROM read_parquet('https://data.tidybank.net/data/abs/criminal-courts-australia/2024-25/fdv-table-12/tidy.parquet');Schema and semantics
| Column | Type | Unit | Semantic role | Join key | Distinct / range |
|---|---|---|---|---|---|
| row | number | — | attribute | No | — |
| col | number | — | attribute | No | — |
| address | string | — | attribute | No | — |
| .value | string | — | measure | No | — |
| offence | string | — | dimension | No | — |
| offence_source | string | — | attribute | No | — |
| year | string | — | time | Yes | — |
| year_source | string | — | attribute | No | — |
| summary_characteristic | string | — | dimension | No | — |
| summary_characteristic_source | string | — | attribute | No | — |
| summary_category | string | — | dimension | No | — |
| summary_category_source | string | — | attribute | No | — |
How it was tidied
Source overlay
See value and header roles on the original worksheet grid.
Open overlay evidenceReconstructed table
Compare the tidy output with a human-readable reconstruction.
Open reconstructed evidenceRecipe
The auditable RecipeV01 transformation used for this asset.
Download recipe.jsonQuality checks
| Check | Status | Detail |
|---|---|---|
| recipe-validation | pass | — |
| execution-warnings | warn | AMBIGUOUS_HEADER: 407, UNUSED_HEADER: 4 |
| non-empty-output | pass | — |
| header-name-uniqueness | pass | — |
Generated by seeded ; pipeline version 0.1.0.
Coverage and lineage
- Release position
- 1 of 1
- Retrieved
- 2026-07-17T12:29:54.070Z
- Availability
- unchecked
- Workbook checksum
- sha256:920eb23c007f2f589d30cc75448615a1786daa06943a4edd9c343a99f2c1bf64
Other approved releases
Related tables
Report a problem
Send a report only when you choose Submit. TidyBank uses no analytics or advertising cookies.
- Asset ID
- abs/criminal-courts-australia/2024-25/fdv-table-12
- Release
- 2024-25
Prefer to verify or report manually? View the recorded source or open a public GitHub issue.