Skip to content

Commit

Permalink
Wealth closer to Wealth Tax Commission, exept fixed a HH level.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamstark committed Sep 5, 2023
1 parent 80e5c9b commit bd6a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/STBOutput.jl
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@ const EXTRA_INC_COLS = 18
ns = Symbol.(colnames)
select!( sort!(vhh, col), ns... )
# next one not needed??
glf."Average Change(£s)" = combine(groupby( dhh, [col]),(:weighted_change=>sum))[:,2]
glf = coalesce.( vhh, 0.0)
# add an average change column
glf."Average Change(£s)" = combine(groupby( dhh, [col]),(:weighted_change=>sum))[:,2]
return glf
end

Expand Down

0 comments on commit bd6a398

Please sign in to comment.