Skip to content

Commit

Permalink
ladata
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamstark committed Nov 28, 2024
1 parent 54b919b commit abb79ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/parse-scottish-census.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ function read_all()
end
allfs,labels[1:n,:]
end
allfs,labels = read_all()


ctbase=CSV.File("CTAXBASE+2024+-+Tables+-+Chargeable+Dwellings.csv",normalizenames=true)|>DataFrame
allfs = hcat( allfs, ctbase; makeunique=true )

CSV.write( "labels.tab", labels; delim='\t')
CSV.write( "allfs.tab", allfs; delim='\t' )

0 comments on commit abb79ae

Please sign in to comment.