Closed margaretkennedy closed 1 month ago
You could do it via pandas (https://pandas.pydata.org/docs/reference/api/pandas.read_html.html) or something like beautiful soup (https://towardsdatascience.com/a-guide-to-scraping-html-tables-with-pandas-and-beautifulsoup-7fc24c331cf7, https://saturncloud.io/blog/how-to-scrape-an-html-table-with-beautiful-soup-into-pandas/). We should have a few examples to show people how to do it.
In Java, we do have a way to export a table as HTML -- as long as it wasn't deleted. I'm not sure if we exposed that in Python or not.
You could do it via pandas (https://pandas.pydata.org/docs/reference/api/pandas.read_html.html) or something like beautiful soup (https://towardsdatascience.com/a-guide-to-scraping-html-tables-with-pandas-and-beautifulsoup-7fc24c331cf7, https://saturncloud.io/blog/how-to-scrape-an-html-table-with-beautiful-soup-into-pandas/). We should have a few examples to show people how to do it.
In Java, we do have a way to export a table as HTML -- as long as it wasn't deleted. I'm not sure if we exposed that in Python or not.