Australian Taxation Data - Individuals Table 14C (CSV)

Australian Taxation Data - Individuals Table 14C (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 23716 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-14c-csv·53 columns·4.3 MB·Creative Commons Attribution 2.5 Australia·updated 1mo ago
ATO

Source: ATO · connector code

Schema

occupationVARCHAR
work_related_expenseVARCHAR
size_of_expense_claimedVARCHAR
male_noVARCHAR
maleVARCHAR
female_noVARCHAR
femaleVARCHAR
total_noVARCHAR
totalVARCHAR
income_yearVARCHAR
income_year_1VARCHAR
occupation_unit_groupVARCHAR
genderVARCHAR
taxable_income_ranges_tax_bracketsVARCHAR
number_of_individuals_noVARCHAR
salary_or_wages_noVARCHAR
salary_or_wagesVARCHAR
total_income_or_loss_noVARCHAR
total_income_or_lossVARCHAR
total_work_related_car_expenses_noVARCHAR
total_work_related_car_expensesVARCHAR
work_related_travel_expenses_noVARCHAR
work_related_travel_expensesVARCHAR
total_work_related_uniform_clothing_expenses_noVARCHAR
total_work_related_uniform_clothing_expensesVARCHAR
total_work_related_self_education_expenses_noVARCHAR
total_work_related_self_education_expensesVARCHAR
other_work_related_expenses_noVARCHAR
other_work_related_expensesVARCHAR
gifts_or_donations_noVARCHAR
gifts_or_donationsVARCHAR
cost_of_managing_tax_affairs_noVARCHAR
cost_of_managing_tax_affairsVARCHAR
total_deductions_noVARCHAR
total_deductionsVARCHAR
capital_gains_net_capital_gain_noVARCHAR
capital_gains_net_capital_gainVARCHAR
net_rent_profit_noVARCHAR
net_rent_profitVARCHAR
net_rent_loss_noVARCHAR
net_rent_lossVARCHAR
net_rent_noVARCHAR
net_rentVARCHAR
total_business_income_noVARCHAR
total_business_incomeVARCHAR
total_business_expenses_noVARCHAR
total_business_expensesVARCHAR
net_income_or_loss_from_business_noVARCHAR
net_income_or_loss_from_businessVARCHAR
taxable_income_or_loss_noVARCHAR
taxable_income_or_lossVARCHAR
net_tax_noVARCHAR
net_taxVARCHAR

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-14c-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.