Sunday, 4 February 2018

Using Dataframe from HTML to automate input into Excel or a DB

So the code below is something I have been using for the Cryptocurrency project, the end result of this can be seen here.

The code below basically extracts data from the website, then puts it into SQL server for some processing. The data is then extracted from SQL server and published into a Google Spreadsheet, this has some graphs which are published on the page I have linked to above.

The code:

No comments:

Post a Comment