Skip to content

This is a tool that fetches tables inside a html page and stores them into pandas

License

Notifications You must be signed in to change notification settings

f412h4d/panda_web_scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PANDAS WEB SCRAPING TOOL

This is a tool that fetches tables inside a html page and stores them into pandas

please provide the target url in the .env file also the index of the table that you want need to be provided there

Conda env

create: conda create -n pandas_web_scrape pip -y

activate: conda activate pandas_web_scrape

install: pip install -r requirements.txt

Excel export

The functionality to export the table to a Excel document has been added the default directory for ouput is "out" and is ignored by .gitignore file by default

About

This is a tool that fetches tables inside a html page and stores them into pandas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published