5thSem_assignment_python_2024
5thSem_assignment_python_2024
16. to find the sum of two matrices, and also their product.
17. to create an array with some null values. Find the total number of null values and also their
positions.
18. to display distinctly the curve and scatter plots of the function y= x2 + 2x -3.
19. to draw a pie chart represents the percentage of productions by 4 machines, where machines A,
B, C and D produces respectively 35%, 25%, 15% and 25% of total productions.
21. to convert given Pandas series into a dataframe with its index as another column on the
dataframe.
22. to replace values of a DataFrame with the values of another DataFrame in Pandas.