CS 3361 SET 1 QN Only
CS 3361 SET 1 QN Only
1. a. Write a NumPy program to create a null vector of size 10 and update sixth value to 11
c. Write a NumPy program to create a 3x3 matrix with values ranging from 2 to 10
d. Write a NumPy program to find the real and imaginary parts of an array of complex
numbers
3. Reading data from text files, Excel and the web and exploring various commands for doing
descriptive analytics on the Iris data set
4. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following:
Frequency
Mean,
Median,
Mode,
Variance
Standard Deviation
Skewness and Kurtosis
5. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following: Apply Bivariate analysis:
7. Apply and explore various plotting functions on UCI data set for performing the following:
a) Normal values
b) Density and contour plots
c) Three-dimensional plotting
8. Apply and explore various plotting functions on UCI data set for performing the following:
9. Apply and explore various plotting functions on Pima Indians Diabetes data set for
performing the following:
a) Normal values
b) Density and contour plots
c) Three-dimensional plotting
10. Apply and explore various plotting functions on Pima Indians Diabetes data set for
performing the following:
11. Write a NumPy program to merge three given NumPy arrays of same shape
b. Write a NumPy program to add a border (filled with 0's) around an existing array
d. Write a NumPy program to find the real and imaginary parts of an array of complex numbers
14. i. Write a NumPy program to convert a list and tuple into arrays
ii.Write a NumPy program to convert the values of Centigrade degrees into Fahrenheit degrees
and vice versa. Values have to be stored into a NumPy array.
15. i. Write a NumPy program to find the real and imaginary parts of an array of complex numbers
17. i. Use NumPy , Create an array with 5 dimensions and verify that it has 5 dimensions
18. i. Create your own simple Pandas DataFrame and print its values
ii. Create your own DataFrame from dict of narray/list
19. Perform appending, slicing, addition and deletion of rows with a Pandas DataFrame.
20. i. Using Pandas, Create a DataFrame with a list of dictionaries, row indices, and column indices.
ii. Use index label to delete or drop rows from a Pandas DataFrame
21. Apply and explore various plotting functions on UCI data set for performing the following:
d) Normal values
e) Density and contour plots
f) Three-dimensional plotting
22. Apply and explore various plotting functions on UCI data set for performing the following:
23. Apply and explore various plotting functions on Pima Indians Diabetes data set for
performing the following:
d) Normal values
e) Density and contour plots
f) Three-dimensional plotting
24. Perform appending, slicing, addition and deletion of rows with a Pandas DataFrame.
25. i. Using Pandas, Create a DataFrame with a list of dictionaries, row indices, and column indices.
ii. Use index label to delete or drop rows from a Pandas DataFrame
26. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following: Apply Bivariate analysis:
27. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following: Apply Bivariate analysis:
29.i. Create your own simple Pandas DataFrame and print its values
ii. Create your own DataFrame from dict of narray/list
30. Perform appending, slicing, addition and deletion of rows with a Pandas DataFrame.
31. i. Using Pandas, Create a DataFrame with a list of dictionaries, row indices, and column indices.
ii. Use index label to delete or drop rows from a Pandas DataFrame