Skip to content

Commit 303a046

Browse files
committed
more rewording
1 parent 1e97388 commit 303a046

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dataset.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: "Our Running Example"
44

55
## Streamed Movies & TV Shows Dataset
66

7-
Over the past decade, streaming services have rapidly transformed the way people consume entertainment, rising to dominate the media landscape. As more people turn to digital platforms for personalized viewing experiences, streaming services continue to redefine modern entertainment consumption. What was the last movie or show you have watched?
7+
Over the past decade, streaming services have rapidly transformed the way people consume entertainment, rising to dominate the media landscape. As more people turn to digital platforms for personalized viewing experiences, streaming services continue to redefine modern entertainment consumption. Are you into streaming? What was the most recent movie or TV show you watched?
88

99
![](images/streaming-services.png){width="370"}
1010

1111
This workshop utilizes the **streaming-master-messy** comma-separated value (CSV) file which is derived from the movies and TV shows featured by major streaming services and distributed in Kaggle Project under a CC0 Public License[^1].
1212

1313
[^1]: Henrique, D. (2020). *A simple movie & TV show recommendation system*. Kaggle. <https://www.kaggle.com/code/dgoenrique/a-simple-movie-tv-show-recommendation-system?select=credits.csv>
1414

15-
We have merged six `titles.csv` files—each representing one of the streaming services featured in this project (Amazon Prime Video, Apple TV+, Disney+, HBO Max, Netflix, and Paramount)—into a single master spreadsheet.
15+
For this project, we have merged six `titles.csv` files—each representing one of the streaming services featured in this project (Amazon Prime Video, Apple TV+, Disney+, HBO Max, Netflix, and Paramount)—into a single master spreadsheet.
1616

1717
The dataset contains 25,223 rows with movies and TV series titles along with the following variables as described in the data dictionary:
1818

@@ -35,7 +35,6 @@ The dataset contains 25,223 rows with movies and TV series titles along with the
3535
- tmdb_popularity: Votes on The Movie Database (TMDB).
3636
- tmdb_score: Score on on The Movie Database TMDB.
3737

38-
3938
## Downloading the Dataset
4039

4140
Now that we have a clearer understanding of the data we'll be working with, please take a moment to download and save the file to your working environment.

0 commit comments

Comments
 (0)