Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 590 Bytes

File metadata and controls

6 lines (5 loc) · 590 Bytes

We can collecting various details(price,name,ratings) of e-commerse website(Flipcart) and storing it in csv file:)

#Modules used Selenium :This is used to automate the web application and it does support chrome,firefox,IE,safari Pandas :Python library used for data analysis,DataFrames is two-dimensional(2-D) data structure defined in pandas which consists of rows and columns. BeautifulSoup :Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree.