0% found this document useful (0 votes)
19 views2 pages

Aids-B Ii-Ii DSP Lab LP

Uploaded by

roshni.nekkanti
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)
19 views2 pages

Aids-B Ii-Ii DSP Lab LP

Uploaded by

roshni.nekkanti
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
You are on page 1/ 2

SHRI VISHNU ENGINEERING COLLEGE FOR WOMEN

(AUTONOMOUS)

DEPARTMENT OF ARTIFICIAL INTELLIGENCE

DATASCIENCE USING PYTHON LAB

COURSE : II B. Tech BRANCH : AI&DS-B


CLASS : II-II Sem YEAR : 2023-2024
FACULTY NAME : T.Madhavi DESIGNATION : Assoc. Professor

Course Objective:
• To understand the necessity of data pre-processing
• To relate the pre-processing techniques to real-world applications.

Course Outcomes:
Upon the completion of the course, the students will be able to:
CO 1: Examine data from files and other sources and perform various data manipulation tasks.
CO 2: Design applications by applying various operations for data cleansing and transformation on
the given real-world dataset.
CO 3: Use various data visualization tools for effective interpretations and insights of data.
CO 4: Implement regression models for the real-world dataset.

LESSON PLAN

S.No Date Name of the Experiment


1 29/12/2024 1. Perform Descriptive statistics of given dataset using Data Ana-
lysis Toolbox of Excel
2. Apply pivot table of Excel to perform data analysis.
2 05/01/2024 3. Perform the following operations using Numpy
i. Basic Operations on NumPy
ii. Computations on numpy’s Arrays
3 12/01/2024 4. Perform the following operation on dataframes using Pandas
i. Basic Operation on DataFrames using Pandas
ii. Hierarchical Indexing
iii. Combining and Merging Datasets,
iv. Merging on Index,
v. Concatenate, Combining with overlap,
vi. Reshaping,
vii. Pivoting.
viii. Vectorized String Operations
4 19/01/2024 5. Gather information from different sources like CSV, Excel,
JSON
6. Gather the required web information using Web Scrapping
7. Write a Python program to do the following operations:
a) Loading data from CSV file
b) Compute the basic statistics of given data - shape, no. of
columns, mean
c) Splitting a data frame on values of categorical variables
d) Visualize data using Scatter plot
5 02/02/2024 8. Write a python program to impute missing values with various
techniques on given dataset.
a) Remove rows/ attributes
b) Replace with mean or mode
c) Write a python program to perform transformation of data
using Discretization (Binning) and normalization
(MinMaxScaler or MaxAbsScaler) on given dataset.
6 16/02/2024 9. Perform the Categorization of dataset
10. Perform proper data labelling operation on dataset.
7 23/02/2024 11. Perform Data Visualization with Python
12. Write a python program to load the dataset and understand the
input data:
a) Load data, describe the given data and identify missing, out-
lier data items
b) Perform Univariate, Segmented Univariate and Bivariate
analysis
c) Identify any derived metrics for the given data.
d) Find correlation among all attributes
e) Visualize correlation matrix
8 01/03/2024 13. Perform Encoding categorical features on given dataset
9 15/03/2024 14. Perform Simple Linear Regression on real time dataset and In-
terpret the regression table.
10 22/03/2024 15. Perform Multiple Linear Regression on real time dataset and
Interpret the regression table
11 27/03/2024 Lab Internal Exam

Staff Incharge Head of the Department

You might also like