I am trying to obtain COVID-19 data from a website. The website has the data which I want but it is in a html table format
I am looking for Julia tools to scrape the information from the html table. Something like this
Is there an existing package in Julia for this?
I am thinking about writing my own module to do this but I ask here first before writing my own module.