Data Science Lab
Data Science Lab
COURSE OUTCOMES
On completion of the course, the students will be able to:
CO2 Make use of the basic Statistical and Probability measures for 4,5,9
data science.
CO5 Present and interpret data using visualization packages in Python. 6,7
LIST OF EXPERIMENTS
Ex PSO
NAME OF EXPERIMENT CO PO
No.
Download, install and explore the features of NumPy, PO1,PO2,PO3, PSO1,
1 SciPy, Jupyter, Statsmodels and Pandas packages. CO1 PO4, PO9, PO10, PSO2,
PO11 , PO12 PSO3
Working with Numpy arrays PO1,PO2,PO3, PSO1,
2 CO1 PO4, PO9, PO10, PSO2 ,
PO11 ,PO12 PSO3
Working with Pandas data frames PO1,PO2,PO3, PSO1,
3 CO1 PO4, PO9, PO10, PSO2 ,
PO11 , PO12 PSO3
Reading data from text files, Excel and the web and PO1,PO2,PO3, PSO1,
4 exploring various commands for doing descriptive CO2 , CO3 PO4,PO5, PO9, PSO2,
analytics on the Iris data set. PO10, PO11 , PO12 PSO3
5 Use the diabetes data set from UCI and Pima Indians CO2, CO3 , PO1,PO2,PO3, PSO1,
Diabetes data set for performing the following: CO4 PO4,PO5, PO9, PSO2,
a. Univariate analysis: Frequency, Mean, Median, PO10, PO11 ,PO12 PSO3
Mode, Variance, Standard Deviation, Skewness and
Kurtosis.
b. Bivariate analysis: Linear and logistic regression
modeling
c. Multiple Regression analysis
d. Also compare the results of the above analysis for
the two data sets.