This Streamlit dashboard app allows you to analyze a hypothetical YouTube channel data and display various metrics and visualizations, which is helpful for content creators in understanding their channel's performance over time.
The app's UI is built using pure Streamlit.
- Interactive date range selection
- Multiple time frame views (Daily, Weekly, Monthly, Quarterly)
- Key metrics:
- Total Subscribers
- Total Views
- Total Watch Hours
- Total Likes
- Option to display bar or area charts
- Data table view for detailed analysis
- Python 3.9+
streamlit
- web frameworknumpy
- numerical processingpandas
- data wranglingdatetime
- handling date time