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

Untitled

The document provides instructions for a practical end semester examination in Data Exploration and Visualization. It lists 20 potential exam questions students could answer. The questions cover a range of topics in data visualization including creating plots and histograms in R; performing exploratory data analysis on various datasets using pandas, NumPy, and Python; building geospatial, cartographic, and time series visualizations; and writing Python programs to solve problems related to numbers, strings, and shapes. Students will choose one question and have 3 hours to complete their exam, which will be graded based on various criteria such as the aim/principle demonstrated, calculations, program/drawing, results, and viva voce with a total of 100 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
216 views4 pages

Untitled

The document provides instructions for a practical end semester examination in Data Exploration and Visualization. It lists 20 potential exam questions students could answer. The questions cover a range of topics in data visualization including creating plots and histograms in R; performing exploratory data analysis on various datasets using pandas, NumPy, and Python; building geospatial, cartographic, and time series visualizations; and writing Python programs to solve problems related to numbers, strings, and shapes. Students will choose one question and have 3 hours to complete their exam, which will be graded based on various criteria such as the aim/principle demonstrated, calculations, program/drawing, results, and viva voce with a total of 100 marks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

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

You might also like