Exploratory Data Analysis: Netflix

alt

Problem Statement

The objective of this project is to recommend measures for Netflix to grow its business across different countries. We will analyse the given dataset to gather business insights on different attributes of netflix content: type of shows, ratings, duration, release year etc.

Data Download & Basic Observations

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px

%matplotlib inline