Skip to content

Commit

Permalink
pep8 on utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theocharides committed Jul 28, 2020
1 parent d62ad34 commit 7183846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baus/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,11 @@ def compare_summary(df1, df2, index_names=None, pctdiff=10,
return buf


### MIGRATED FROM OUTPUT_CSV_UTILS.PY
# MIGRATED FROM OUTPUT_CSV_UTILS.PY

geography = 'taz'


# loosely borrowed from https://gist.github.com/haleemur/aac0ac216b3b9103d149
def format_df(df, formatters=None, **kwargs):
formatting_columns = list(set(formatters.keys()).intersection(df.columns))
Expand Down

0 comments on commit 7183846

Please sign in to comment.