B.E / B.Tech.
PRACTICAL END SEMESTER EXAMINATIONS, NOVEMBER/DECEMBER 2022
Third Semester
AD3301 - DATA EXPLORATION AND VISUALIZATION
(Regulations 2021)
Time : 3 Hours Answer any one Question Max. Marks 100
Aim/Principle/Apparatus Tabulation/Circuit/ Calculation
Viva-Voce Record Total
required/Procedure Program/Drawing & Results
20 30 30 10 10 100
1. i) Install the standalone R script.
ii) Use R program to find the factorial of a given number.
2. For the data given below, perform the following
i) Bar plot
ii) Vertical Bar plot
iii) Scatter plot
iv) Histogram
Page 1 of 4
3. Perform exploratory data analysis (EDA) on with datasets like email data set. Export all
your emails as a dataset, import them inside a pandas data frame, visualize them and
get different insights from the data.
4. Using the below data, perform the following:
i) Create a plot displaying the median (is the median earnings of full-time, year-
round workers).
ii) "P25th" is the 25th percentile of earnings.
iii) "P75th" is the 75th percentile of earnings.
iv) "Rank" is the major’s rank by median earnings.
5. Use the array processing package perform the following.
i) Create a numpy array.
ii) Demonstrate Indexing in numpy array.
iii) Perform basic operations on a single array.
6. Perform Time series data visualization using Python.
7. Create geo spatial visual of the world map.
Page 2 of 4
8. The below link provides the land side details that have happened within India. Build a
cartographic visualization for the same.
https://github.com/shankhanil007/Landslide-Analysis
9. Perform Exploratory Data Analysis on Wine Quality Data Set.
10. https://github.com/BuzzFeedNews/2022-04-registries/blob/main/data/national/table-5-
1.csv
Apply the various EDA and visualization techniques and present an analysis report.
11. i) Write a python program to determine the distance between two points (x1,y1) and
(x2,y2).
ii) Write a python program to arrange the given numbers/words in
ascending/Descending order.
12. Write a python program to find the area of shapes.
13. Perform the following using Pandas Data frame:
i) Create a data frame using list
ii) Create DataFrame from dict of narray/list
iii) Indexing a DataFrame using .loc[]
14. Perform exploratory data analysis (EDA) on with datasets given in the below link.
Export all your emails as a dataset, import them inside a pandas data frame, visualize
them and get different insights from the data.
https://data.world/alexandra/generic-food-database
15. Visualize the Geographic Data with Basemap using Zomato geographic data.
16. i) Write a python program to generate Armstrong number.
ii) Write a python program to check the given string is palindrome or not.
Page 3 of 4
17. Use a case study on the given data set and apply the various EDA and visualization
techniques and present an analysis report.
https://www.stats.govt.nz/large-datasets/csv-files-for-download/
18. Use a case study on the given data set and apply the various EDA and visualization
techniques and present an analysis report.
https://www.stats.govt.nz/large-datasets/csv-files-for-download/
19. Use a case study on the given data set and apply the various EDA and visualization
techniques and present an analysis report.
https://media.githubusercontent.com/media/datablist/sample-csv-
files/main/files/organizations/organizations-100.csv
20. i) Write a python program to generate Armstrong number.
ii) Write a python program to find the greatest common divisor between two numbers.
Page 4 of 4