Skip to content

AdeebaNizam404/spotify-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Data Analysis

Project Setup

This project uses Python and several libraries for data analysis. Below is how to set up the environment:

  1. Create a virtual environment:
    python -m venv venv
       python -m venv venv
  2. Activate the environment:

Linux/Mac: bash Copy code source venv/bin/activate

Windows: bash Copy code venv\Scripts\activate

  1. Install required packages: pip install numpy pandas matplotlib seaborn jupyter

  2. Save dependencies: pip freeze > requirements.txt Saves a list of all installed packages (with versions) into requirements.txt.

About

A project of mine that will Analyze top music dataset on Spotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published