Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditya-ranjan1234/1stsem-el-dataset-analysis
Netflix Dataset Analysis
https://github.com/aditya-ranjan1234/1stsem-el-dataset-analysis
beginner matplotlib numpy pandas python
Last synced: 5 days ago
JSON representation
Netflix Dataset Analysis
- Host: GitHub
- URL: https://github.com/aditya-ranjan1234/1stsem-el-dataset-analysis
- Owner: Aditya-Ranjan1234
- License: gpl-3.0
- Created: 2024-04-25T18:43:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:16:38.000Z (9 months ago)
- Last Synced: 2025-01-22T20:14:29.405Z (5 days ago)
- Topics: beginner, matplotlib, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix Dataset Analysis
Welcome to the Netflix Dataset Analysis project! As a beginner this project is my first project with Python programming and data analysis using popular libraries lik
e NumPy, pandas, Matplotlib, and Seaborn. By working on this project, I learned how to explore and analyze real-world datasets.This project is my first-semester Python course college project as it covers fundamental concepts of Python programming and data analysis step by step.
## Dataset Description
The Netflix dataset contains information about movies and TV shows available on Netflix.
## Requirements
To get started with this project, you'll need:
- A basic understanding of Python programming.
- Python installed on your computer (version 3.x recommended).
- Familiarity with using a command-line interface (CLI).
- Eagerness to learn and explore!## Getting Started
1. Clone this repository to your local machine:
```bash
git clone https://github.com/Aditya-Ranjan1234/1stSem_EL_DataSet_Analysis.git
cd 1stSem_EL_DataSet_Analysis
```2. Download the Netflix dataset and place it in the project directory.
3. Install the required Python libraries using pip:
```bash
pip install numpy pandas matplotlib seaborn
```