You are on page 1of 24

INFORMATICS

PRACTICES
PROJECT FILE
CLASS – 12TH

NAME – Vatsala Kaushik


CLASS – 12Th
CBSE ROLL NO-
SCHOOL – BASAVA
INTERNATIONAL SCHOOL
SUBJECT TEACHER – KAMALA
DEVANAND
INFORMATICS
PRACTICES
PRACTICAL FILE
CLASS – 12TH

PROJECT TITLE : ANIME


ANALYSIS

CONCEPTS USED : Pandas,


Matplotlib, CSV

COMPILER VERSION : PYTHON


3.9

SUBMITTED TO : Ms. Kamala


Devanand
DEVELOPED BY : Vatsala Kaushik
(12-C)

S.NO. CONTENTS PAGE NO.


1. Certificate 4
2. Acknowledgement 5
3. Data Collection 6
4. References 7
5. Project Synopsis 8
6. Reason for choosing 9
the topic
7. a. Hardware 10
requirements
b. Software
requirements
c. Limitations
8. Source Code INPUTS 11-14
9. OUTPUTS to the 15-25
source code

INDEX
CERTIFICATE

This is to certify that ANIME


ANALYSIS Informatics practices
project is developed by VATSALA
under my supervision in the computer
lab of BASAVA INTERNATIONAL
SCHOOL in the session 2022-2023. The
work done by her is original.

Teacher-in-charge
External examiner
ACKNOWLEDGEM
ENT

I would like to express my special thanks of


gratitude to my teacher Ms. Kamala Devanand
as well as our Principal Ms. Manimala Roy,
who gave me the golden opportunity to do this
wonderful project on the topic ANIME
ANALYSIS which also helped me in doing a
lot of research and I came to know about so
many new things. Secondly I would also like
to thank my parents, who helped me a lot in
finishing this project within the Time limit.
DATA COLLECTION

The data is an extract from a dataset from the


website of Kaggle
(https://www.kaggle.com/datasets), which contains
various types of DataFrames. In this dataset, You'll
get data of different animes of Japan and some
general information about each. Anime is a style
of Japanese film and television animation. The
various columns are -
AnimeID: ID of the anime
Name: The name of the anime
Genre: The genre of the anime
Type: The type of the anime i.e. TV or Series or
Movie etc
Episodes: The total number of episodes out yet of
each anime
Rating: The rating of each anime out of 10.
Status: Whether the anime is ongoing or
completed
Year: The year in which it was released.
It has total 10 rows x 8 columns.

REFERENCES

https://www.kaggle.com/datasets
https://www.google.com/
NCERT Textbook
Sumita Arora
Class Notes
PROJECT SYNOPSIS
PROJECT TITLE:
Anime Analysis

PROBLEM DEFINATION:
The project has been made to use and check the
codes I have learned. There are approximately 10
operations done on the selected dataset

TEAM MEMBER:
Vatsala Kaushik (12TH C)

MEMBER DETAIL:
This project is developed by Vatsala. All the
operations are completed by me as per my
learning. It took approximately two weeks to
develop this project.

REASON FOR CHOOSING


THE TOPIC

Anime is a hand-drawn and computer-generated


animation originating from Japan. A huge effort
and work goes into making animes and converting
the ideas on paper to reality. The reason for
choosing this topic was to study information about
each anime taken in the Dataset as well as making
a user-friendly menu in which people can know
more about anime and their details. I also have a
personal interest in this topic, thus I chose it.
HARDWARE REQUIREMENTS:
 A Computer/Laptop with Operating System
 Windows 10 or above
 70.0 KB (71,682 bytes) RAM and 72.0 KB
(73,728 bytes) disk space
 Python 3.8.3 or higher version

SOFTWARE REQUIREMENTS:
 NumPy
 Pandas Library preinstalled
 Matplotlib Library preinstalled
 Imported csv files

LIMITATIONS:
 It is not a web-based project.
 More functionality can be added as per
requirement.
 No provision to print hard copies.
CODES
OUTPUTS

Menu 1 –
(Display entire data)

Menu 2-
(specific top or bottom entries)

Menu 3 –
(Iteration)
MENU 4-
(Max/Min)

MENU-5:
(Currently Airing shows)
MENU 6-
(Graph)
MENU 7-
(Access a field)
MENU 8 –
(Delete)

MENU 9 –
(Grouping)
MENU 10-
(Ratings graph)

Menu 0 –
THANK YOU~!

You might also like