The document outlines a series of experiments related to data analysis and visualization using Python libraries such as Numpy, Pandas, and Statsmodel. It includes tasks on data manipulation, univariate and bivariate analysis, regression modeling, and various plotting techniques. Additionally, it covers the analysis of specific datasets, including diabetes data and the iris dataset.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views2 pages
Fds Index
The document outlines a series of experiments related to data analysis and visualization using Python libraries such as Numpy, Pandas, and Statsmodel. It includes tasks on data manipulation, univariate and bivariate analysis, regression modeling, and various plotting techniques. Additionally, it covers the analysis of specific datasets, including diabetes data and the iris dataset.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
Exp. No. Date Name of the Experiment Page Signature
No. 1 Download , install and explore the features of Numpy, scipy, Jupyter, Statsmodel and Pandas Package 2 Working with NumPy arrays
3 Working with Pandas Data frame
4 Reading data from text file, Excel and the web
and exploring various Command for doing descriptive analysis ion the iris dataset 5 Use the diabetes data set from UCI and Pima Indians Diabetes data set for performing the following 5a a. Univariate analysis: frequency, Mean, Median, Mode, Variance, Standard Deviation, Skewness and Kurtosis 5b b. Bivariate analysis: Linear and logistic regression modelling 5c c. Multiple Regression analysis
5d d. Also compare the results of the above
analysis for the two data sets
6 Apply and explore various plotting functions
6a a. Normal curves
6b b. Density and contour plot
6c c. Correlation and Scatter plots 6d d. Histogram 6e e. Three dimensional Plotting 7 Apply and explore plotting functions
8 Program frequency of last character appearing in
all names associated with males and females respectively and compares them. 9 Frequency of words, of a particular genre, in brown corpus.