Skip to content

Commit d352e17

Browse files
authored
Update README.md under development info
1 parent 18f4961 commit d352e17

File tree

1 file changed

+13
-41
lines changed

1 file changed

+13
-41
lines changed

README.md

Lines changed: 13 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ We will work with Web Scraping, Data Combination, Data Formatting, and then Data
66

77
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.
88

9+
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.
10+
911
<p align="center"> <a href="https://myanimelist.net/"/> <img src="https://loucosporgeek.com.br/wp-content/uploads/2021/02/MyAnimeList-Logo.jpg" alt="MAL" width="50%" height="10%"/> </a> </p>
1012

1113
We need to extract the data from the site to answer this 10 questions:
@@ -26,7 +28,7 @@ We need to extract the data from the site to answer this 10 questions:
2628
- Python
2729
- Basic Statistics
2830

29-
#### Python Libraries used
31+
#### Python Libraries that will be used
3032

3133
- Requests
3234
- BeautifulSoup
@@ -42,73 +44,43 @@ https://myanimelist.net/
4244

4345
#### 01. What are the average score of animes?
4446

45-
```python
46-
>>> print("Hello World!")
47-
Hello World!
48-
```
47+
under development.
4948

5049
#### 02. What anime has the highest number of votes?
5150

52-
```python
53-
>>> print("Hello World!")
54-
Hello World!
55-
```
51+
under development.
5652

5753
#### 03. What are the different types of animes?
5854

59-
```python
60-
>>> print("Hello World!")
61-
Hello World!
62-
```
55+
under development.
6356

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

66-
```python
67-
>>> print("Hello World!")
68-
Hello World!
69-
```
59+
under development.
7060

7161
#### 05. What are the different anime fonts styles?
7262

73-
```python
74-
>>> print("Hello World!")
75-
Hello World!
76-
```
63+
under development.
7764

7865
#### 06. How many animes are available in Portuguese?
7966

80-
```python
81-
>>> print("Hello World!")
82-
Hello World!
83-
```
67+
under development.
8468

8569
#### 07. How many animes have co-producers?
8670

87-
```python
88-
>>> print("Hello World!")
89-
Hello World!
90-
```
71+
under development.
9172

9273
#### 08. Are there any anime without producers?
9374

94-
```python
95-
>>> print("Hello World!")
96-
Hello World!
97-
```
75+
under development.
9876

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

101-
```python
102-
>>> print("Hello World!")
103-
Hello World!
104-
```
79+
under development.
10580

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

108-
```python
109-
>>> print("Hello World!")
110-
Hello World!
111-
```
83+
under development.
11284

11385

11486
## Contact me 🔗 👇

0 commit comments

Comments
 (0)