100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Practical file with python and MYSQL programming querries

Rating
-
Sold
-
Pages
35
Grade
A+
Uploaded on
25-10-2023
Written in
2023/2024

Detailed Explanations: Step-by-step guidance on algorithms, data structures, and programming concepts.

Institution
Course











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Secondary school
School year
5

Document information

Uploaded on
October 25, 2023
Number of pages
35
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

School Name
School Logo



PRACTICAL FILE
Informatics Practices /
Computer Science
(Python)


Name :
Class:
School:
Roll No.

, INDEX

Sign of the
S.No. Name of Practical Date Page No.
Teacher

1 Python program to create a series

2 Python program to

3 Python program to

4 Python program to

5 Python program to

6 Python program to

7 Python program to

8 Python program to

9 Python program to

10 Python program to

11 Python program to

12 Python program to

13 Python program to

14 Python program to

15 Python program to

16 Python program to create graph

17 Python program to create graph

18 Python program to create graph

19 Python program to create graph

20 Python program to create graph

21 Python program to Connect MySQL

22 Python program to Connect MySQL

23 MySQL Queries

, 1. Write a program to create a series using List with defined index
values.


import pandas as pd
list1 = [10,20,30,40,50]
series1 = pd.Series(list1, index = ['a','b','c','d','e'])
print(series1)


Output

, 2. Write a program to create a series using List with defined index
values and slicing data from a series.


import pandas as pd
list1 = [10,20,30,40,50]
s = pd.Series(list1, index = ['a','b','c','d','e'])
print(s[0]) #for 0 index position
print(s[:3]) #for first 3 index values
print(s[-3:]) #for last 3 index values




Output
$25.49
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
sanskriti

Get to know the seller

Seller avatar
sanskriti
Follow You need to be logged in order to follow users or courses
Sold
0
Member since
2 year
Number of followers
0
Documents
2
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions