Informatics Practices
Informatics Practices
INFORMATICS
PRACTICES
PRACTICAL FILE
ACKNOWLEGDEM
ENT
CERTIFICATE
INDEX
1.Pandas
2.Mysql
(1)
PANDAS
.
1 Installing Pandas
2.Creating a series
3. Write a program to perform basic Mathematical operations
on two series:
Input:
Output:
4. Write the output for the following:
Output:
Output:
6. Write the program to check whether a series is empty or
not:
Input:
Output:
7. Write the following to display the following series S1 in descending
order:
0 500
1 200
2 900
3 600
Input:
Output:
8. To plot a line chart for date versus temperature:
Input:
Output:
9.To create a horizontal Bar chart:
Input:
Output:
10. To plot Multiple bar chart :
Input:
Output:
11. To plot a histogram:
Input:
Output:
12.Create an empty dataframe.
2. Inserting records
3. Displaying the table created.
4. Deleting records.
5. Fetching record with criteria.
11.Date
function