CS3361 DS LAB_edited
CS3361 DS LAB_edited
2.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
4. i. Use NumPy, Create an array with 5 dimensions and verify that it has 5 dimensions
ii. Using NumPy, Sort a boolean array
5. i. Create your own simple Pandas DataFrame and print its values
ii. Create your own DataFrame from dict of narray/list
6. Perform appending, slicing, addition and deletion of rows with a Pandas DataFrame
2..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
7. 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.
Page 1 of 2
9. Compare the results of the Univariate and Bivariate analysis for the UCI diabetes data set.
11. Use the diabetes data set from UCI, Perform Univariate analysis
12. Use the diabetes data set from Pima Indians Diabetes, Perform Bivariate analysis.
13. Perform Multiple Regression analysis on your own dataset ( For example, Car dataset with
information Company Name, Model, Volume, Weight, CO2) with more than one independent value to
predict a value based on two or more variables.
15 i. Using the “concrete strength” dataset, explore relationships between two continuous variables with
Scatterplots
ii. Draw a Scatter Plot for the following Pandas Data Frame with Team name and Rank Points as x and y
axis
16. Make a three-dimensional plot with randomly generate 50 data points for x, y, and z. Set the point
color as red, and size of the point as 50.
17. How will you plot and visualize geographical data with the help of Basemap. State the Procedure for it
with an example.
2..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
Page 2 of 2