Assignment Final
Assignment Final
Questions:
1. Create a bar chart to display the number of movies and TV shows released in each year.
Apply a filter to show data from the last 10 years.
2. Using parameters, allow the user to select a specific genre and display a bar chart to show
the number of movies and TV shows available in that genre.
3. Create a calculated field to determine the average duration of movies and TV shows
separately. Then, create a dual-axis chart to compare the average durations on the same
graph.
4. Implement a filter to show only the data for movies and TV shows released in the United
States. Display a line chart to visualize the trend of releases over the years.
5. Create a calculated field to categorize movies and TV shows into different age groups based
on their release year (e.g., "Old," "Classic," "Recent," etc.). Show the percentage distribution
of content in each category using a pie chart.
6. Using parameters, allow the user to select a specific genre and display a scatter plot to
visualize the relationship between IMDb ratings and the number of votes for movies and TV
shows in that genre.
7. Create a calculated field to determine the number of movies and TV shows in each genre.
Display this information using a stacked bar chart.
8. Show a treemap to visualize the distribution of movies and TV shows by their release year
and genre.
9. Using a filter, show the top 5 directors with the highest number of movies and TV shows
available on Netflix. Display their counts using a horizontal bar chart.
10. Create a calculated field to find the percentage of movies and TV shows that have received a
content rating of "TV-MA." Visualize this information using appropriate chart.