Building a web scraper with Python and Selenium.
A web scraper with Selenium and Pandas library to store the data in a CSV file.
Jul 13, 20223 min read85

Search for a command to run...
Articles tagged with #pandas
A web scraper with Selenium and Pandas library to store the data in a CSV file.

In this python project, we will need to install Django and Pandas library, and we will make a form with four fields: Amount of money, category(Food, Travel, Shopping...), date, and description. And that information will be shown in a pandas dataframe...
