0% found this document useful (0 votes)
6 views4 pages

CS 3361 SET 1 QN Only

The document outlines a series of programming tasks primarily focused on using NumPy and Pandas for data manipulation and analysis, including creating arrays, performing statistical analyses, and generating plots. It includes specific exercises related to the Iris and Pima Indians Diabetes datasets, covering univariate and bivariate analyses, as well as various plotting techniques. The tasks are structured to assess understanding and application of data science concepts and techniques.

Uploaded by

rajdmice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

CS 3361 SET 1 QN Only

The document outlines a series of programming tasks primarily focused on using NumPy and Pandas for data manipulation and analysis, including creating arrays, performing statistical analyses, and generating plots. It includes specific exercises related to the Iris and Pima Indians Diabetes datasets, covering univariate and bivariate analyses, as well as various plotting techniques. The tasks are structured to assess understanding and application of data science concepts and techniques.

Uploaded by

rajdmice
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1.

Aim/Principle/Apparatus Tablation/Design/ Output


& Viva-Voce Record Total
required/Procedure Program/Drawing Results
20 30 30 10 10 100

1. a. Write a NumPy program to create a null vector of size 10 and update sixth value to 11

b. Write a NumPy program to convert an array to a float type

c. Write a NumPy program to create a 3x3 matrix with values ranging from 2 to 10

d. Write a NumPy program to convert a list of numeric value into a one-dimensional


NumPy array

2. a. Write a NumPy program to convert an array to a float type

b. Write a NumPy program to create an empty and a full array

c. Write a NumPy program to convert a list and tuple into arrays

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:

Apply Univariate analysis:

 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:

 Linear and logistic regression modeling


6. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following: Apply Bivariate analysis:

 Multiple Regression 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:

a) Correlation and scatter plots


b) Histograms
c) Three-dimensional plotting

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:

a) Correlation and scatter plots


b) Histograms
c) Three-dimensional plotting

11. Write a NumPy program to merge three given NumPy arrays of same shape

12. a. Write a NumPy program to convert an array to a float type

b. Write a NumPy program to add a border (filled with 0's) around an existing array

c. Write a NumPy program to convert a list and tuple into arrays

d. Write a NumPy program to append values to the end of an array


13. a. Write a NumPy program to convert an array to a float type

b. Write a NumPy program to create an empty and a full array

c. Write a NumPy program to convert a list and tuple into arrays

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

ii.Write a NumPy program to convert a NumPy array into a csv file

16. i. Write a NumPy program to perform the basic arithmetic operations

ii.Write a NumPy program to transpose an array

17. i. Use NumPy , Create an array with 5 dimensions and verify that it has 5 dimensions

ii.Using NumPy, Sort a boolean array

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:

d) Correlation and scatter plots


e) Histograms
f) Three-dimensional plotting

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:

 Linear and logistic regression modeling

27. Use the diabetes data set from Pima Indians Diabetes data set for performing the
following: Apply Bivariate analysis:

 Multiple Regression analysis


28.Use NumPy , Create an array with 5 dimensions and verify that it has 5 dimensions

ii.Using NumPy, Sort a boolean array

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

You might also like