Class-12 Practical Programs
Class-12 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.