Skip to content

soareseric/myanimelist-web-scraping-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My Anime List - Web Scraping using Python

We will work with Web Scraping, Data Combination, Data Formatting, and then Data Analysis. Let's do this step by step, starting with Data Collection and ending with the delivery of Analyzed Data.

About the Project

MyAnimeList, often abbreviated as MAL, is an anime and manga social networking and social cataloging application website run by volunteers. The site provides its users with a list-like system to organize and score anime and manga.

Note: At the time of viewing this, I may still be in the process of developing the content and updating this repository. As a result, you may encounter "under development" parts.

MAL

We need to extract the data from the site to answer this 10 questions:

  • What are the average score of animes?
  • What anime has the highest number of votes?
  • What are the different types of animes?
  • What is the average score of anime by types?
  • What are the different anime fonts styles?
  • How many animes are available in Portuguese?
  • How many animes have co-producers?
  • Are there any anime without producers?
  • How many times has each producer participated in anime production?
  • For the producer with the most participation, what is the average score, popularity and number of members?

Technologies used

  • Python
  • Basic Statistics

Python Libraries that will be used

  • Requests
  • BeautifulSoup
  • Pandas
  • NumPy

Database

https://myanimelist.net/

Answers

01. What are the average score of animes?

under development.

02. What anime has the highest number of votes?

under development.

03. What are the different types of animes?

under development.

04. What is the average score of anime by types?

under development.

05. What are the different anime fonts styles?

under development.

06. How many animes are available in Portuguese?

under development.

07. How many animes have co-producers?

under development.

08. Are there any anime without producers?

under development.

09. How many times has each producer participated in anime production?

under development.

10. For the producer with the most participation, what is the average score, popularity and number of members?

under development.

Contact me 🔗 👇

EricSoares EricSoares

Releases

No releases published

Packages

No packages published