0% found this document useful (0 votes)
33 views6 pages

Data Analytics Lab Programs Overview

The document discusses 10 programs related to data analytics using Python and R. Program 5 discusses performing data pre-processing operations including handling missing data and min-max normalization. Program 6 discusses performing dimensionality reduction using PCA on a Houses Data Set.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
33 views6 pages

Data Analytics Lab Programs Overview

The document discusses 10 programs related to data analytics using Python and R. Program 5 discusses performing data pre-processing operations including handling missing data and min-max normalization. Program 6 discusses performing dimensionality reduction using PCA on a Houses Data Set.
Copyright
© © All Rights Reserved
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

Index

Signatur
S. Date of Date of
Name of Program of Facul
No. Program Submission
with Dat
Program to get the input from user and
perform numerical operations (MAX,
1
MIN, AVG, SUM, SQRT, ROUND) in
Python
To perform data import/export
2 (.CSV, .XLSX,.TXT)

To get the input matrix from user and


perform Matrix addition, subtraction,
3 multiplication, division, inverse and
transpose operation using vector concept in
python
To perform statistical operations (Mean,
4 Median, Mode and Standard deviation)
using Python
To perform data pre-processing operations
5 i) Handling Missing data
ii) Min-Max normalization
To perform dimensionality reduction
6 operation using PCA for Houses Data Set

To perform Simple Linear Regression with


7 Python.

To perform K-Means clustering operation


8 and visualize for iris data set

Write R script to diagnose any disease


9 using KNN classification and plot the
results.
To perform market basket analysis using
10 Association Rules (Apriori).
Data Analytics Lab
(KIT- 651)

Submitted To: Submitted By:

Ms. Rajani Singh Name : Pushpanjali Singh


Assistant Professor Roll no : 2101920130132
IT Department Class : 3rd Year, IT-C

Department of Information Technology

G. L. Bajaj Institute of Technology and Management Greater Noida , 201306


Program 5
Objective: To perform data pre-processing operations
i) Handling Missing data
ii) Min-Max normalization
Solution:
Program 6
Objective: To perform dimensionality reduction operation using PCA for Houses
Data Set.
Solution:

You might also like