Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.82 KB

README13.md

File metadata and controls

43 lines (31 loc) · 1.82 KB

Podcasts Episodes Analysis

download

Goal

The goal of this project is to analyze different episodes of podcasts from the time period of 2007 - 2016.

Dataset

I have Downloaded this dataset from kaggle website. Here is the link: https://www.kaggle.com/rishidamarla/podcasts-episodes-20072016

What Have I Done?

  • Imported all the required libraries and dataset for this project.
  • Exploratory Data Analysis and Visualizing different aspects of the dataset.
  • Finding number of observations and outliers in the dataset.
  • Plotting different attributes of the dataset.

Library used:

  1. numpy.
  2. pandas.
  3. matplotlib.
  4. seaborn.

Visualization and EDA of different attributes:

download download download download download download

Conclusion:

  • Maximun number of Episodes has en-us as Language.
  • Maximun number of Episodes falls in Business Category.
  • Maximun number of Episodes falls in Society & Culture Subcategory.
  • Bayerischer Rundfunk has released maximun number of Epsiodes.
  • 12.08% of Episodes are explicit.

Authors