My Document
My Document
with title..
with title
Output;
#9 Take
#2 Take data
data of
of your
your interest
interestfrom
froman
anopen
opensource
source(e.g.
(e.g.data.gov.in),
data.gov.in),
aggregate and
aggregate and summarize
summarize it.
it. Then
Thenplot
plotititusing
usingdifferent
differentplotting
plotting
functions of
functions of the
the Matplotlib
Matplotlib library.
library.
#10Create
#1 Createa astudent
studenttable
tablewith
with the
the student
student id,id, name,
name, andand marks
marks as as
attributes where
attributes where the
the student
student id
idisisthe
theprimary
primarykey.
key.
+------------+----------+-------+
| Student_ID | Name | Marks |
+------------+----------+-------+
| | | |
+------------+----------+-------+
+------------+--------------+-------+
| Student_ID | Name | Marks |
+------------+--------------+-------+
| 1 | John Doe | 85.50 |
| 2 | Jane Doe | 90.25 |
| 3 | Alice Smith | 78.00 |
| 4 | Bob Johnson | 92.00 |
| 5 | Eve Williams | 88.00 |
+------------+--------------+-------+
+------------+--------------+-------+
| Student_ID | Name | Marks |
+------------+--------------+-------+
| 1 | John Doe | 85.50 |
| 2 | Jane Doe | 90.25 |
| 4 | Bob Johnson | 92.00 |
| 5 | Eve Williams | 88.00 |
+------------+--------------+-------+
+-----------+-----------+-----------+--------------+
| Min_Marks | Max_Marks | Sum_Marks | Average_Marks|
+-----------+-----------+-----------+--------------+
| 78.00 | 92.00 | 434.75 | 86.95 |
+-----------+-----------+-----------+--------------+
+------------+---------------+-------+
| Student_ID | Name | Marks |
+------------+---------------+-------+
| 4 | Bob Johnson | 92.00 |
| 2 | Jane Doe | 90.25 |
| 5 | Eve Williams | 88.00 |
| 1 | John Doe | 85.50 |
| 3 | Alice Smith | 78.00 |
+------------+---------------+-------+
#11 Create
#2 Ceate a new
a new table
table (order
(order ID,ID, customer
customer Name,
Name, andand order
order Date)
Date) by by