A data storytelling project exploring Netflix movie trends through Python and curiosity.
By Quatia.A. | The Data Nomadic
This project investigates patterns in Netflix movie data from genre popularity to release year trends.
Itβs part of my journey transitioning into data engineering, where I blend technical analysis with cultural and creative insight.
Whether you're a data enthusiast, a curious viewer, or a fellow nomadic learner, welcome aboard.
TV_Data_Insights/
βββ datasets/ # Raw and cleaned data files
β βββ netflix_movies.csv # Example dataset (replace with actual name)
βββ TV_data_insights.ipynb # Main analysis notebook
βββ requirements.txt # Python dependencies
βββ .gitignore # Git setup to exclude cache and venv
βββ README.md # Project documentation
π Getting Started To run the notebook locally:
- Clone the repository
git clone https://github.com/the-data-nomadic/TV_Data_Insights.git
cd TV_Data_Insights
- (Optional) Create a virtual environment
bash
python -m venv venv
source venv/bin/activate # macOS/Linux
venv\Scripts\activate # Windows
- Install dependencies
pip install -r requirements.txt
- Launch the notebook
bash
jupyter notebook TV_data_insights.ipynb
π€ Connect & Collaborate Feel free to fork the repo, suggest improvements, or reach out for collaboration. Letβs build data stories that resonate across cultures, platforms, and perspectives.