Skip to content

the-data-nomadic/TV_DATA_INSIGHTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Ί TV Data Insights

A data storytelling project exploring Netflix movie trends through Python and curiosity.
By Quatia.A. | The Data Nomadic


🧭 Overview

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.


πŸ“‚ Project Structure

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:

  1. Clone the repository
git clone https://github.com/the-data-nomadic/TV_Data_Insights.git
cd TV_Data_Insights
  1. (Optional) Create a virtual environment
bash
python -m venv venv
source venv/bin/activate      # macOS/Linux
venv\Scripts\activate         # Windows
  1. Install dependencies
pip install -r requirements.txt
  1. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors