Skip to content

neha2511/Data-Analysis-Python-Script-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Analysis-Python-Script-

Step 1: Select 4 different websites that include reviews on TVs. The reviews should include text, a date of submission, and a star rating.

Step 2: Collect at least 1000 TV reviews from each of the 4 websites. Use a different python script for each website.

Step 3: Store all the reviews from all 4 websites in a single file called "reviews.txt". The file should include the following TAB-separated columns:

column 1: website where the review came from (e.g. amazon.com). column 2: the FULL review text, exactly as it appears on the website. column 3: the review's rating column 4: the review's date of submission, as it appears on the website.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages