0% found this document useful (0 votes)
2 views29 pages

Practical File Ip

Uploaded by

ALL K Gaming
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 views29 pages

Practical File Ip

Uploaded by

ALL K Gaming
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/ 29

1.

Creating Series
2. Accessing series elements and slicing.
3 head() tail() and other operations on series
.
4. Adding/ Modifying series elements and filtering data in series.
5. Arithmetic operations on series.
6. Creating dataframe using Dictionary of series
7. Creating dataframe using list of dictionaries.
8. Attributes of dataframe
9. Adding rows and columns to dataframe
10. Deleting columns from dataframe
11. Deleting rows from dataframe
12. Slicing, renaming column, adding row and column to dataframe
13. Saving dataframe to csv file, slicing, removing row
14. Adding row,column and deleting column from dataframe
15. Creating dataframe and accessing elements
16. Creating data frame from dictionary of list
17. Creating dataframe from list of list
18. Removing rows and columns
19. Accessing dataframe rows/columns
20. Example of accessing elements of dataframe after creating dataframe
21. Setting row labels using index attribute and renaming column
22. tail() function adding row and deleting row
23. Creating dataframe from dictionary of dictionary

24. Boolean indexing


25. Plotting line chart
26. Plotting bar graph.
27. Plotting horizontal bar graph
28. Plotting multiple lines
29. Plotting multiple bars.
30. Plotting histogram.

You might also like