Web Scrapping Cia 3

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

WEB SCRAPPING

CIA 3

GROUP MEMBERS:-

YATEE TRIVEDI 21111660


PRASHIL KUNDARIA 21111637
SHUBH TANDON 21111650
DAKSH BANSAL 21111618

1
1. Introduction:-

In this CIA, the group planned to scrape a website where we were given the Top 10 Animated
Films.
All of us were in a big discussion earlier to see which animated film did the best overall and
all of us had different opinions. So, we thought this is a good opportunity to get the data for
this discussion.

2. Problem Statement:-
Apart from our discussions. Scrapping this website helped us in the following:-
1. Film selection:- When looking for a movie to see, knowing the top 10 movies from a
certain genre, year, or language can help you narrow down your options and make an
informed decision on which one to watch.
2. Social awareness: Recognizing the top 10 films from a particular country or culture
can help people have a deeper understanding of its characteristics, convictions, and
creative expressions.
3. Film Studies:- Understanding the top 10 films from a particular era or genre can
provide valuable insights for cinema studies students and researchers on the
experiences and evolution of the film industry.
4. Film industry examination:- Examining the top 10 highest-grossing films ever or in a
particular year can help studios and producers identify the types of films that are
popular with audiences and make educated decisions regarding potential future
endeavors.
5. Basic research: Analyzing the top 10 films of a certain year or genre can provide
insightful information about the current state of the entertainment industry and help to
spot trends and emerging themes.

3. Data Sources and Collection:-

2
4. Tools And Libraries:-

Python's Beautiful Soup package is used to scrape the web and extract data from HTML
and XML documents. It offers a number of functions and techniques that make it simple
to browse through the document structure, parse HTML and XML files, and extract the
necessary data. When retrieving web pages, Requests, a Python library, is frequently used
in conjunction with Beautiful Soup. The Python package installer pip may be used to
install Beautiful Soup, and the import statement can be used to import it into a Python
script. Once imported, we can parse an HTML or XML document and produce a
Beautiful Soup object using the Beautiful Soup method. Then, we can navigate the

3
document and extract the information we require using a variety of techniques and
attributes.
In conclusion, Beautiful Soup is a robust Python tool for web scraping and data extraction
that is extensively utilized in the data science, research, and e-commerce fields.

5. Observations And Findings:-

After doing a data visualization using Tableau we can see clearly figure out which movies
were the highest gross animated movies with their earnings and their names and sizes
according to what they earned.

6. References:-

1.  "88th Academy Awards of Merit"  (PDF).  Academy of Motion Picture Arts and
Sciences.  Archived  (PDF) from the original on 2015-12-08. Retrieved  2015-12-09.
2. ^ Records, Guinness World (2014).  Guinness World Records. Vol.  60 (2015 ed.).
pp.  160–161.  ISBN  9781908843708.  The 2015 edition of Guinness World Records does
not provide an explicit figure for Snow White and the Seven Dwarfs. However, it does
state that it is one of only two pre-1955 films—the other being Gone with the Wind—that
are among the adjusted top ten. It placed tenth in the 2012 edition, and the eleventh
highest-grossing film according to the 2015 edition is  The Exorcist, which has grossed
$1.794 billion adjusted to 2014 prices. The adjusted grosses for the other films on the
chart increased by 4.2 percent between 2011 and 2014 according to Guinness, and
using this apparent rate of inflation would take the adjusted gross for Snow White  from
$1.746 billion at 2011 prices to $1.819  billion at 2014 prices.
3. ^ International Monetary Fund.  "Inflation, consumer prices (annual  %)".  World
Bank.  Archived  from the original on May 23, 2018. Retrieved May 22,  2018.
4. ^ "Animation". Box Office Mojo.  Archived  from the original on August 19, 2016.
Retrieved May 14,  2016.
5. ^ Smith, Nigel (July 29, 2019). "The Lion King Director Reveals There's One 'Real Shot'
in Hit CGI Remake".  People.  Archived  from the original on December 14, 2019.
Retrieved March 1, 2020.

4
5

You might also like