Www.mystudyzone.com

Write a python code to create a dataframe using Series() function with appropriate headings such as Rollno, name and percentage from the list given below: ... Write a python program to create a 3 X 3 numpy array having random numbers from 12 to 20. replace all the odd numbers by 0.3. Ans:import numpy as np. import random as rd. ................
................