  Content formatting: number_format, na_string, escape_contents, decimal align  
      ┌──────────────────┬─────────────┬─────────────┬──────────────────┐
      │ Property         │ Raw value   │ Formatted   │ Decimal align    │
      ├──────────────────┼─────────────┼─────────────┼──────────────────┤
      │ number_format=0  │ 1234.5678   │ 1235        │             3    │
      ├──────────────────┼─────────────┼─────────────┼──────────────────┤
      │ number_format=%. │ 3.14159     │ 3.14        │             3.15 │
      │ 2f               │             │             │                  │
      ├──────────────────┼─────────────┼─────────────┼──────────────────┤
      │ fmt_percent()    │ 0.2345      │ 23.4%       │           -42.3  │
      ├──────────────────┼─────────────┼─────────────┼──────────────────┤
      │ na_string=missin │             │ missing     │           123    │
      │ g                │             │             │                  │
      ├──────────────────┼─────────────┼─────────────┼──────────────────┤
      │ escape_contents= │ HTML &copy; │ HTML &copy; │             7    │
      │ FALSE            │             │             │                  │
      └──────────────────┴─────────────┴─────────────┴──────────────────┘

Column names: Property, Raw value, Formatted, Decimal align


