deephaven / deephaven-docs-community

Source code for Community docs on the deephaven.io website.
Apache License 2.0
0 stars 5 forks source link

Data I/O: HTML import and export #297

Closed margaretkennedy closed 1 month ago

margaretkennedy commented 3 months 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.