Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.02 KB

Analyzing Spotify's Top Hits (2023) with Pandas

Overview

Spotify, a dominant music streaming platform, curates a Top 50 list highlighting the most streamed songs. This analysis delves into the 2023 edition, exploring factors like popularity, artist names, and genres. By dissecting these elements, we aim to unlock the secrets behind these global hits, uncovering the reasons why they resonate with listeners worldwide.

Contents

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

Usage

  1. Clone the repository to your local machine.
  2. Open the spotify_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