This repository contains a Jupyter notebook that analyzes Netflix stock data using various data science techniques. The notebook includes data loading, preprocessing, exploratory data analysis (EDA), and visualization.
netflix.ipynb
: Jupyter notebook containing the analysis and visualizations.NFLX.csv
: CSV file containing the Netflix stock data.
The dataset used in this project is the Netflix stock data, which includes information such as date, open, high, low, close, adjusted close, and volume.
This Jupyter Notebook performs an in-depth analysis of Netflix stock data. The notebook includes data loading, exploratory data analysis (EDA), and various visualizations to understand stock performance over time.
- Data Loading: Loading Netflix stock data using
pandas
. - Exploratory Data Analysis (EDA): Visualizing the stock data to understand trends and patterns.
- Visualization: Creating various plots to analyze stock performance.