An interactive Streamlit app exploring the relationship between movie budget, genre, and success using the TMDB 5000 dataset.
- Does higher budget lead to higher revenue?
- Which genres have the highest ratings and revenue?
pandas: data cleaning, JSON parsing, groupbynumpy: ROI calculation, array operationsmatplotlib: scatter, bar, and bubble chartsstreamlit: interactive widgets and deployment
streamlit run DataApp.py