Hello all, Welcome to the Data Science Web Scraping Series.
In this series, we are going to learn about web scraping & we are going to scrap a Flipkart product & with that, we are going to cover basics like data cleaning, data collection, etc.
In this video, we are going to scrap a Flipkart product & we are going to download some python libraries: selenium, bs4(beautifulsoup), pandas
Command for downloading selenium in anaconda: conda install selenium
Command for downloading bs4 in anaconda: conda install beautifulsoup4
Command for downloading bs4 in anaconda: conda install pandas
You can download Chromedriver from here: https://chromedriver.storage.googleap...
You can download Anaconda Navigator from here: https://repo.anaconda.com/archive/Ana...
My Data Science Flipkart Web scraping code link: https://github.com/9syed/Data-Science...
How to Set up Data Science Environment(anaconda): • How to Set up Data Science Environmen...