05MC0207 - Data Analytics and Visualization
05MC0207 - Data Analytics and Visualization
Sem. : 2
Course Objectives:
4 Data Analysis : 07
5 Data Visualization : 10
Course Outcomes:
4. Understanding of Various data Exploring & data frame usage in data analysis.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11
CO1 H L M
CO2 H M L
CO3 L M M
CO4 H L M
CO5 M L H
FACULTY OF COMPUTER APPLICATIONS
Text Book:
Reference Books:
Web References:
1. "Python Programming",
http://en.wikibooks.org/wiki/Python_Programming
App References:
1. https://play.google.com/store/apps/details?id=com.androfrenzy.da
tascience&hl=en_IN&gl=US
2. https://play.google.com/store/apps/details?id=com.admob9931.py
thon_panda&hl=en_IN&gl=US
FACULTY OF COMPUTER APPLICATIONS
PRACTICALS
2. Write a Python script to prompt users to enter the first and last
values and generate some random values between the two
entered values.
2. Write the code needed to show the first seven rows from the
data frame Second_sheet usingan appropriate method.
3. Write the code needed to show the last five rows using an
appropriate method.
5. Use a suitable command to show the total rows in the first sheet
that is called 2000s.
FACULTY OF COMPUTER APPLICATIONS
4. Select just the animal and age columns from the data frame df.
3. Load the well-known Tips data set, which shows the number of
tips received by restaurant staff based on various indicator data;
then plot the percentage of tips per bill according to staff gender.
4. Load the well-known Tips data set, which shows the number of
tips received by restaurant staff based on various indicator data;
then implement the factor plots to visualize the total bill per day
according to staff gender.