[go: up one dir, main page]

0% found this document useful (0 votes)
2 views1 page

Class-12 Practical Programs

The document outlines practical programming tasks for Class XII students at Doon Public School, Etah, focusing on Python programming with Series and DataFrames. It includes creating, modifying, and performing operations on Series and DataFrames, as well as data visualization using Matplotlib. Additionally, it emphasizes the importance of documenting outputs, acknowledgments, and certificates for the programs completed.

Uploaded by

angelpriyaors
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Class-12 Practical Programs

The document outlines practical programming tasks for Class XII students at Doon Public School, Etah, focusing on Python programming with Series and DataFrames. It includes creating, modifying, and performing operations on Series and DataFrames, as well as data visualization using Matplotlib. Additionally, it emphasizes the importance of documenting outputs, acknowledgments, and certificates for the programs completed.

Uploaded by

angelpriyaors
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Doon Public School,Etah

Class-XII Practical Programs

Series
1. Creating a Python program to create a series using a dictionary.
2. Creating a Python program to create a series using scalar value.
3. Creating a Python program to create a series using numpy array.
4. Creating a python program for modifying or updating existing values of series object.
5. Creating a Python program for performing mathematical operations on two Series objects.
6. Creating a Python program for calculating per capita income of four zones using Series.
7. Creating a Python program to display attributes of a Series.
8. Creating a Python program using head() and tail() in Series.

DATAFRAME
9. Creating a Python program for creating a DataFrame using a nested list.
10. Creating a Python program for creating a DataFrame using a dictionary of lists.
11. Creating a Python program for creating a DataFrame using 2-D Dictionary.
12. Creating a Python program for accessing values of rows and columns of a DataFrame.
13. Creating a python program to perform vector operations on a DataFrame
14. Creating a Python program to rename, drop rows and columns.
15. Creating a Python program to display the attributes of the DataFrame.
16. Creating a Python program to display the data of a DataFrame with individual rows and
columns.

Programs using Matplotlib - Data Visualization


17. Creating a python program for plotting a line chart.
18. Creating a python program for plotting a line chart with different parameter.
19. Creating a python program for plotting a bar and bar horizontal chart
20. Creating a python program for plotting Histogram chart.
 Note:
 Write output of the entire program.
 Mention Index, Acknowledgement and Certificate also.

You might also like