Removing variable types from a Dataframe in weave report?

Hello

Following the example provided at this page, I’ve managed to weave it into an html document using the following line

using Weave; weave(“weave_test.jmd”, out_path = :pwd, doctype = “md2html”)

The problem, however, is that a line showing the number of rows and columns shows up on top of the data frame, as can be observed in the image below.

note

Furthermore, the dataframe insists on showing the variable type in the second row. I am fairly certain this feature was not present in previous dataframe.jl versions.

Is there any way to remove the types from the second row and the “rows x columns” paragraph when weaving the document?

If not, is there an alternative way to display a table in a weave document?

Thanks in advance

2 Likes