Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add my version in Python #216

Closed
wants to merge 1 commit into from
Closed

Conversation

WeiHanTu
Copy link

I have fun in Hacktoberfest! My Python script aims to perform data analysis on a CSV file containing Spotify data. The script specifically looks to achieve the following:

Load Data: It reads in a CSV file (spotify-2023.csv) containing information about various Spotify songs. This involves using Python's built-in csv module and handling encoding issues.

Count Songs: The script calculates the total number of songs in the dataset.

Songs in Key of E: It identifies and counts the number of songs that are in the key of E.

Most Common Artist: The script is designed to find out the most common artist in the dataset.

Copy link

🙏 Thanks for your pull request @WeiHanTu, The team will now review and merge this request. In the mean time why not check out some of the other opensource projects available, contributions are greatly appreciated!

Some of the most popular are


PR Statistics

#️⃣ PR Number: Line Additions: 🗑️ Line Deletions:
216 45 0
📑 Files Changed: Repo Stars: 🔱 Total Forks:
1 34 166

@l-white l-white closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants