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
https://towardsdatascience.com/web-scraping-html-tables-with-python-c9baba21059
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.