This code can be used to scrape data from JavaScript generated tables.
Dependancies:
- Selenium
- Pandas
- Numpy
Steps:
- Initialize a webdriver.
- Get the columns of your dataset from the table/tables.
- Get the rows of your dataset from the table/tables.
- Convert the scraped data into a pandas datagram.
- Export the dataframe to a CSV file.