Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 377 Bytes

Scrapy

It is a script which is used to download table from a specific site. I used the scrapy to get 15000 links and saved tables from these links using request which exceded 12 lakh excel rows. It is very fast data can be extracted within day when script is completed. I have added demo links and output csv file which is converted to excel using pandas, a module in python