Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA CODING: A data file (NetflixUSA_Oct15_cleaned.txt) is included on eLearn that lists about 10,500 items from a totally hypothetical media streaming service. Each line is

JAVA CODING:

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

A data file (NetflixUSA_Oct15_cleaned.txt) is included on eLearn that lists about 10,500 items from a totally hypothetical media streaming service. Each line is formatted like this: Title (Year) |1 Average User Rating, Length The length is expressed in a format like 53m or 1hr 47m for a movie, or in a number of episodes/seasons/volumes/etc. for a series. Note that for this assignment, we will assume that a "movie" is anything that's not a series. This includes things like documentaries, comedy specials, etc. In case you're curious, the file lists all of Netflix's USA offerings as of Oct. 15, 2012. If you're wondering why this isn't more recent, it's surprisingly difficult to find a plain text file of Netflix's current offerings. The older data is a bit more interesting anyway, since Netflix recently abolished their star rating system in favor of a simpler "thumbs-up, thumbs-down" system The Assignment In this project you'll be writing some software that parses (reads) the data file and allows the user to apply and remove filters to customize the results. That should make it easier to pick from the huge selection of options available! For example, the user may want to see a list of all the TV series after 1999 that are rated higher than 4.0 stars. This would be expressed using the following three filters: 1. 2. 3. genre -series year > 1999 rating> 4.0 A data file (NetflixUSA_Oct15_cleaned.txt) is included on eLearn that lists about 10,500 items from a totally hypothetical media streaming service. Each line is formatted like this: Title (Year) |1 Average User Rating, Length The length is expressed in a format like 53m or 1hr 47m for a movie, or in a number of episodes/seasons/volumes/etc. for a series. Note that for this assignment, we will assume that a "movie" is anything that's not a series. This includes things like documentaries, comedy specials, etc. In case you're curious, the file lists all of Netflix's USA offerings as of Oct. 15, 2012. If you're wondering why this isn't more recent, it's surprisingly difficult to find a plain text file of Netflix's current offerings. The older data is a bit more interesting anyway, since Netflix recently abolished their star rating system in favor of a simpler "thumbs-up, thumbs-down" system The Assignment In this project you'll be writing some software that parses (reads) the data file and allows the user to apply and remove filters to customize the results. That should make it easier to pick from the huge selection of options available! For example, the user may want to see a list of all the TV series after 1999 that are rated higher than 4.0 stars. This would be expressed using the following three filters: 1. 2. 3. genre -series year > 1999 rating> 4.0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 24th International Conference Dexa 2013 Prague Czech Republic August 2013 Proceedings Part 1 Lncs 8055

Authors: Hendrik Decker ,Lenka Lhotska ,Sebastian Link ,Josef Basl ,A Min Tjoa

2013 Edition

3642402844, 978-3642402845

More Books

Students also viewed these Databases questions

Question

3. What are potential solutions?

Answered: 1 week ago

Question

4. I can tell when team members dont mean what they say.

Answered: 1 week ago