Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.21 KB

Netflix EDA with Pandas

This repository contains an Exploratory Data Analysis (EDA) of Netflix data using Pandas. The analysis is aimed at exploring various aspects of the Netflix dataset to gain insights into its content and trends.

Overview

The main focus of this project is to perform exploratory data analysis on a dataset containing information about Netflix titles, including details such as title name, release year, director, cast, ratings, and more. By using Pandas, a powerful data manipulation library in Python, we aim to investigate patterns, trends, and relationships within the dataset.

Contents

  • netflix_eda.ipynb: Jupyter Notebook containing the EDA process, including data loading, cleaning, visualization, and analysis.
  • netflix_data.csv: Dataset file containing Netflix data in CSV format.

Usage

  1. Clone the repository to your local machine.
  2. Open the netflix_eda.ipynb Jupyter Notebook to view the analysis process.
  3. Run the cells in the notebook to execute the code and visualize the results.
  4. Modify and customize the analysis as needed for your own exploration.

Dependencies

The analysis is performed using the following Python libraries:

  • Pandas
  • Matplotlib
  • Seaborn