0% found this document useful (0 votes)
23 views

Web Scraping Case Study:: Scrapping Link

This document outlines steps for web scraping a Flipkart link to extract product data and create a dataframe: 1) Create a dataframe from the given link, 2) Add a "RAM" column extracting RAM from descriptions, 3) Round ratings and add a "New_Rating" column, 4) Create charts showing rating and RAM distributions, 5) Find the two highest rated lowest price products.

Uploaded by

Tushar Goel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Web Scraping Case Study:: Scrapping Link

This document outlines steps for web scraping a Flipkart link to extract product data and create a dataframe: 1) Create a dataframe from the given link, 2) Add a "RAM" column extracting RAM from descriptions, 3) Round ratings and add a "New_Rating" column, 4) Create charts showing rating and RAM distributions, 5) Find the two highest rated lowest price products.

Uploaded by

Tushar Goel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Web Scraping Case Study:

Scrapping Link:
1- Create below mentioned Data Frame from given link
https://www.flipkart.com/search?q=lenovo+laptop

2- Retrieve the RAM Configuration from Product_Description and add new


column as “RAM”

3- Round-off Rating and create the New_Rating Column

4- Make below mentioned Charts from Data

RATING Wise Distribution RAM Wise Distribution

5- Get the two products having highest rating with lowest price.

You might also like