You are on page 1of 1

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE, WARANGAL


(An Autonomous Institute under Kakatiya University, Warangal)

Assignment -I
(UNIT - I & II)

Class : B.Tech.VIII- Semester


Branch : CSE-III
Course Code-Course Name : U18CS801A DATA VISUALIZATION
Name of the Faculty :R.Rajesh
Date for Assignment Submission: Before MSE-1

Max. Marks: 10
Questions 1-10 for submission:

Spam-and-ham- dataset https://www.kaggle.com/rushirdx/spam-and-ham-dataset

Answer the following Questions:

1. Write the code to: [1] AP CO1


(i) Load the dataset and read into a Dataframe.
(ii) Write the code to display the information about the dataset
Write the code to Plot the boxplot to find any outliers in the dataset [1] AN CO1
2.
3. Plot the correlation using heatmap, between the Non-numeric columns in the [1] AN CO1
dataset
Perform an exploratory data analysis (EDA) by identifying the columns from the AP
4. dataset. And Illustrate with any plot (line plot, scatter plot, pairplot, hist plot, [1] CO1
etc..,) which is suitable to represent a one-dimensional data from the dataset.
5. Write the code to: [1] AP CO1
(i) Check the null values
(ii) Display the sum of null values
Write the code to pairplot and comment the generated plots AP
6. [1] CO2
7. Write the code to prepare a train and test data with 80:20 ratios [1] AP CO2

8. Write the code to apply K-Nearest Neighbor (KNN) algorithm on the dataset [1] AN CO2
after preprocessing.
9. Elaborate the procedure to visualize data, of those applicants, who have applied for [1] C CO2
GATE-2022 examination from Warangal district of Telangana State.
10. Determine Map Projections in Visualizing Geo-Spatial data [1] E CO2

***

You might also like