test_name: test_single_large_number_with_decimals_option
test_filename: test_output_format.py
docstring:
  Tests how a large number in a single row is displayed as the result of `mf query`.

  Originally added to reproduce a bug with how large numbers were displayed due to use of `tabulate`.
expectation_description:
  Non-integer numeric values should not be displayed in exponent notation and should have 2 decimals.
---
  row  row__str_value      row__int_value    row__float_value    row__decimal_value    demo_metric
-----  ----------------  ----------------  ------------------  --------------------  -------------
   18  1234000000              1234000000       1234000000.00         1234000000.00              1
