I have a table of data in an html table on a website and need to know how to export that data as .csv file.
How would this be done?
I've briefly covered a simple way to do this with Google Spreadsheets (importHTML) and in Python (Pandas read_html and to_csv) as well as an example Python script in my SO answer here: https://stackoverflow.com/a/28083469/1588795.
importHTML
read_html
to_csv