📊 Netflix Analytics Interactive Dashboard

A dashboard web app built in Python using Streamlit.

Demo App

Streamlit App

Colab notebook

Colab Notebook

Prerequisite

Here are the Python libraries used in the creation of this dashboard app

  • Python (streamlit, pandas, plotly, wordcloud)
  • SQL (SQLite3)

Data source

Movies on Netflix data released spanning the duration of 1961-2020 was obtained from Kaggle.

Reference

A detailed tutorial on how to build this app is given at the Building an Interactive Analytics Dashboard using Python