Table Blocks
In our Hello World 4 example in Chapter Two
we used Markdown tables to display information in a table in our
final screen. A table block is an alternative way to display information
in a table. Table blocks work best for when we have data already structured in a complex data structure,
usually a list or list of dictionaries.
For a more detailed example of table blocks, and for an example of how they are used, refer to the Filtering and Advanced Iteration case study and in particular here.