How Can I Display Meta-Data with PrettyTables in Julia?

When using PrettyTables to display a DataFrame, eg with an HTML back-end, the size of the DataFrame is typically displayed at the top, as shown in the figure below. Is there a way to customize this to display some basic meta-data instead? For example, I would like to show the algorithm’s running time.

@Ronis_BR, your insights would be particularly appreciated.

Thank you!
image

Hi @Olegg !

I cannot test right now, but I pretty sure that you can pass the keyword top_left_str to the show function to override this string.

1 Like

Works perfectly! Thank you very much.

1 Like