Created by: Shakti Patel
Amazon QuickSight is a cloud-based BI tool from AWS used for creating interactive dashboards and visualizations. It integrates with various data sources, leverages ML for insights, scales serverlessly, and supports embedded analytics for applications, enabling data-driven decision-making.
- Dataset: Netflix data stored in S3.
- Visualizations Created:
- Release trends.
- Genre breakdowns.
- Comparison of Movies vs. TV Shows.
- Interactive Dashboard: Built to showcase insights and explore patterns effectively.
- Stored the dataset and
manifest.json
in an S3 bucket. - Edited the
manifest.json
file to update the S3 URI of the dataset, ensuring correct references.
- Linked S3 bucket to QuickSight through Datasets.
manifest.json
file served as a map, describing data locations and structure.
- Chart Created: Movies vs. TV Shows by Release Year.
- Process: Added Release Year to the Y-axis and grouped by Type (Movies or TV Shows).
- Excluded data for releases before 2015.
- Focused on three specific genres released post-2015.
- Rearranged visuals for better presentation.
- Exported the dashboard as a PDF for sharing.
This project demonstrated the power of Amazon QuickSight for creating insightful visualizations. It also emphasized the importance of data cleaning in generating accurate analytics.