45H15H / Scraping-Doja-Cat-Lyrics

All song lyrics from Doja Cat for data analysis

Home Page:https://www.kaggle.com/datasets/ashish51ngh/doja-cat-lyrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraping Doja Cat lyrics

Scraping the lyrics of Doja Cat and making a dataset from it.

Table of Contents

General Information

This is a web scraping project scraping the lyrics of Doja Cat from Genius. Here is the created dataset. This dataset is also uploaded on Kaggle

Libraries Used

  • lxml - version 4.9.1
  • beautifulsoup4 - version 4.11.1
  • requests - version 2.28.1
  • pandas = version 1.5.1

Setup

Requirements for this project are the libraries listed above.
To install these libraries to your local environment run the following installation commands in you terminal;

  • pip3 install lxml
  • pip3 install beautifulsoup4
  • pip3 install requests
  • pip3 install pandas

Project Status

Project is: complete

About

All song lyrics from Doja Cat for data analysis

https://www.kaggle.com/datasets/ashish51ngh/doja-cat-lyrics


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%