Python_Netflix_Dataset_Proj

Netflix Dataset Project

This project focuses on analyzing the Netflix Dataset. The dataset contains information about TV Shows and Movies available on Netflix until 2021

Data Loading and Exploration

I used the Pandas library to import and explore the dataset. The dataset is in CSV format and by applying pd.read_csv function to import the dataset and store it in a DataFrame named ‘data’.

Basic Data Exploration Functions

Data Cleaning

Data Analysis and Visualization

Data Manipulation

Filtering Data

Thank You for Your Time!