HTMLTables
HTMLTables.HTMLTables
— ModuleHTMLTables
Julia package for reading and writing HTML tables using the Tables.jl interface
exported functions:
HTMLTables.readtable
: reads an HTML table into a Julia table such as aDataFrame
.HTMLTables.writetable
: converts a Julia table to an HTML table and writes it to a file or IO stream.