Australian Taxation Data - Individuals Table 26 (CSV)

Australian Taxation Data - Individuals Table 26 (CSV) contains fact observations from the Australian Taxation Office taxation-statistics collection. Each row is one published record from the source file; the published table has 318 rows and covers income years 2014-15 through 2015-16. The source format is CSV. Values are passed through from the source, so workbook-extracted tables may include header, label, and measure cells alongside numeric observations.

ato-taxation-statistics--individuals-table-26-csv·21 columns·34 KB·Creative Commons Attribution 2.5 Australia·updated 2mo ago
ATO

Source: ATO · connector code

Schema

age_rangeVARCHAR
genderVARCHAR
taxable_income_range_tax_bracketsVARCHAR
number_of_individualsVARCHAR
employer_contributionsVARCHAR
personal_contributed_amountVARCHAR
other_contributionsVARCHAR
member_account_balanceVARCHAR
average_member_account_balanceVARCHAR
median_member_account_balanceVARCHAR
income_yearVARCHAR
employer_contributions_noVARCHAR
employer_contributions_1VARCHAR
personal_contributed_amount_noVARCHAR
personal_contributed_amount_1VARCHAR
other_contributions_noVARCHAR
other_contributions_1VARCHAR
member_account_balance_noVARCHAR
member_account_balance_1VARCHAR
average_member_account_balance_1VARCHAR
median_member_account_balance_1VARCHAR

Get this dataset on your machine

subsets sync --bundle medium clones the mid-size tiers as queryable local tables — use --bundle large for the widest tier

pip install subsetsio
subsets sync --bundle small # or medium, or large
subsets serve # search + SQL at http://localhost:8080

Free and open — the data syncs straight from the public bucket, and search + SQL run entirely on your machine. See docs →

Query it locally

Full docs →
Bash
subsets serve   # local API on http://localhost:8080
curl -s -X POST "http://localhost:8080/query" \
  -H "Content-Type: application/json" \
  -d '{"sql": "SELECT * FROM \"ato-taxation-statistics--individuals-table-26-csv\" LIMIT 5"}'

No account, no API key — the data syncs straight from bundles.subsets.io and every query runs on your machine. See the local API reference.