Skip to content

Commit

Permalink
Merge pull request #2091 from martinholmer/tbi-scale
Browse files Browse the repository at this point in the history
Remove use of pandas.options.display.float_format
  • Loading branch information
martinholmer authored Oct 25, 2018
2 parents 6c443d1 + fdff545 commit 3d02ecc
Show file tree
Hide file tree
Showing 6 changed files with 5,047 additions and 5,053 deletions.
2 changes: 1 addition & 1 deletion taxcalc/tbi/tbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def summary_diff_xdec(res, df1, df2):


def create_dict_table(dframe, row_names=None, column_types=None,
num_decimals=3):
num_decimals=2):
"""
Create and return dictionary with JSON-like content from specified dframe.
"""
Expand Down
Loading

0 comments on commit 3d02ecc

Please sign in to comment.