Skip to content

Commit

Permalink
Progress toward #66, stubbing out the new area median income script a…
Browse files Browse the repository at this point in the history
…nd tsv file.
  • Loading branch information
joseph-robertson committed Aug 9, 2017
1 parent 336d503 commit 72dd6f9
Show file tree
Hide file tree
Showing 8 changed files with 1,199,572 additions and 3 deletions.
4 changes: 1 addition & 3 deletions data/ahs/input.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__author__ = 'ewilson'

import os
import sys
import numpy as np
Expand Down Expand Up @@ -140,7 +138,7 @@ def sum_cols(df, cols):
df = df[cols]
df_colsum = df.sum()

return df_colsum.div(df_colsum.sum(axis=1), axis=0)
return df_colsum.div(df_colsum.sum(axis=1), axis=0)

def add_option_prefix(df):
for col in df.columns:
Expand Down
505,847 changes: 505,847 additions & 0 deletions data/lmi/LMI TEMPLATE CO v02.csv

Large diffs are not rendered by default.

0 comments on commit 72dd6f9

Please sign in to comment.