Curious how text-aligned tabular formats work for LLMs considering humans probably find them more readable than other formats

                                                                 System Sales(a)  
                                           Number of Units         (in Millions)  
         ──────────────────────────────────────────────────────────────────────── 
          KFC Division                              31,981    $           34,452  
          Taco Bell Division                         8,757                17,193  
          Pizza Hut Division                        20,225                13,108  
          Habit Burger & Grill Division                383                   713  
          YUM                                       61,346    $           65,466  
I'm seeing pretty good success with extracting data out of 10-Qs which are formatted like this by default using the `edgartools` library's default `filing.text()` method.