Report File
Report File
SCHOOL
1. PYTHON PANDAS 15
2. PYTHON MATPLOTLIB 04
3. MYSQL 15
I want to give special thanks
to my computer teacher Miss Gudiya Sharma for
her kind guidance which helped me a lot to complete my file
work without any obstacles.
- SAKSHI SONI
PYTHON PANDAS
Its versatility and ease of use make it an essential tool for data analysts,
scientists, and engineers working with structured data in Python.
Pandas are generally used for data science but have you wondered why?
This is because pandas are used in conjunction with other libraries that
are used for data science.
It is built on the top of the NumPy library which means that a lot of
structures of NumPy are used or replicated in Pandas. The data produced
by Pandas are often used as input for plotting functions of Matplotlib,
statistical analysis in SciPy, and machine learning algorithms in
Scikit-learn.
dimensional objects.
● Data Visualization
1. Creating Series
Python
Matplotlib is an amazing visualisation library in Python for 2D plots of arrays.
Matplotlib is a multi-platform data visualisation library built on NumPy arrays
and designed to work with the broader SciPy stack. It was introduced by John
Hunter in 2002. One of the greatest benefits of visualisation is that it allows
us visual access to huge amounts of data in easily digestible visuals.
Matplotlib consists of several plots like line, bar, scatter, histogram, etc.
MySQL is the world’s most popular open source database. According to DB-Engines,
powers many of the most accessed applications, including Facebook, Twitter, Netflix,
cooperation with users over more than 25 years. So it’s very likely that your favourite
A relational database stores data in separate tables rather than putting all the data in one big storeroom. The
database structure is organised into physical files optimised for speed. The logical data model, with objects such
as data tables, views, rows, and columns, offers a flexible programming environment. You set up rules governing
the relationships between different data fields, such as one to one, one to many, unique, required, or optional, and
“pointers” between different tables. The database enforces these rules so that with a well-designed database your
application never sees data that’s inconsistent, duplicated, orphaned, out of date, or missing.
The “SQL” part of “MySQL” stands for “Structured Query Language.” SQL is the most common standardised
Result:-
2.Adding column
Result:-
3.Updating table
Result:-
4.Concat function
Result:-
5.Using Uppercase function
Result:-
6.Using length()
Result:-
7.Using sqrt()
Result:-
8. Ordering the data
Result:-
9.Using count()
Result:-
10.Using sum()
Result:-
11.Using truncate()
Result:-
12.Using Curdate()
13.Using modulus()
14. Using round()
15.Using power()