0% found this document useful (0 votes)
10 views

DSP Lab Questions

Uploaded by

toufeeq.s152003
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

DSP Lab Questions

Uploaded by

toufeeq.s152003
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

DATA SCIENCE THROUGH PYTHON LAB

Internal Externa
S.No Roll No. Internal Question External Question
Set No lSet No
1 21671A7301 1 Perform creation, indexing, slicing, 1 Perform creation, indexing, slicing, concatenation, and
concatenation, and repetition repetition operations on Python built-in data types:
operations on Python built-in data Strings, Lists, Tuples, Dictionaries, and Sets.
types: Strings, Lists, Tuples,
Dictionaries, and Sets.
2 21671A7302 2 Handle numerical operations using 2 Handle numerical operations using math and random
math and random number functions number functions
3 21671A7303 3 Create user-defined functions with 3 Create user-defined functions with different types of
different types of function arguments function arguments
4 21671A7304 4 Solve problems using Class declaration 4 Solve problems using Class declaration and Object
and Object creation & OOP concepts creation & OOP concepts like Data hiding and
like Data hiding and abstraction. abstraction.
5 21671A7305 5 Create NumPy arrays from Python 5 Create NumPy arrays from Python Data Structures,
Data Structures, Intrinsic NumPy Intrinsic NumPy objects and Random Functions.
objects and Random Functions.
6 21671A7306 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
7 21671A7307 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
8 21671A7308 8 Computation on NumPy arrays using - 8 Computation on NumPy arrays using - Trigonometric
Trigonometric functions & Statistical functions & Statistical functions
functions
9 21671A7309 9 Computation on NumPy arrays using - 9 Computation on NumPy arrays using - Bit-twiddling
Bit-twiddling functions & Arithmetic functions & Arithmetic Functions
Functions
10 21671A7310 10 Import a CSV file and perform various 10 Import a CSV file and perform various Statistical and
Statistical and Comparison operations Comparison operations on rows/columns
on rows/columns
11 21671A7311 11 Load an image file and do crop and flip 11 Load an image file and do crop and flip operation using
operation using NumPy Indexing NumPy Indexing
12 21671A7312 12 Create Pandas Series and Data Frame 12 Create Pandas Series and Data Frame from various
from various inputs inputs
13 21671A7313 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform
DataFrame and perform the following: the following: (a) Handle missing data by detecting and
(a) Handle missing data by detecting dropping/ filling missing values. (b) Transform data
and dropping/ filling missing values. using apply() and map() method.
(b) Transform data using apply() and (c) Detect and filter outliers.
map() method. (d) Perform Vectorized String operations on Pandas
(c) Detect and filter outliers. Series.
(d) Perform Vectorized String (e) Visualize data using Line Plots, Bar Plots,
operations on Pandas Series. Histograms, Density Plots and Scatter Plots.
(e) Visualize data using Line Plots, Bar
Plots, Histograms, Density Plots and
Scatter Plots.
14 21671A7314 1 Perform creation, indexing, slicing, 1 Perform creation, indexing, slicing, concatenation, and
concatenation, and repetition repetition operations on Python built-in data types:
operations on Python built-in data Strings, Lists, Tuples, Dictionaries, and Sets.
types: Strings, Lists, Tuples,
Dictionaries, and Sets.
15 21671A7316 2 Handle numerical operations using 2 Handle numerical operations using math and random
math and random number functions number functions
16 21671A7317 3 Create user-defined functions with 3 Create user-defined functions with different types of
different types of function arguments function arguments
17 21671A7318 4 Solve problems using Class declaration 4 Solve problems using Class declaration and Object
and Object creation & OOP concepts creation & OOP concepts like Data hiding and
like Data hiding and abstraction. abstraction.
18 21671A7319 5 Create NumPy arrays from Python 5 Create NumPy arrays from Python Data Structures,
Data Structures, Intrinsic NumPy Intrinsic NumPy objects and Random Functions.
objects and Random Functions.
19 21671A7320 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
20 21671A7322 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
21 21671A7323 8 Computation on NumPy arrays using - 8 Computation on NumPy arrays using - Trigonometric
Trigonometric functions & Statistical functions & Statistical functions
functions
22 21671A7324 9 Computation on NumPy arrays using - 9 Computation on NumPy arrays using - Bit-twiddling
Bit-twiddling functions & Arithmetic functions & Arithmetic Functions
Functions
23 21671A7325 10 Import a CSV file and perform various 10 Import a CSV file and perform various Statistical and
Statistical and Comparison operations Comparison operations on rows/columns
on rows/columns
24 21671A7326 11 Load an image file and do crop and flip 11 Load an image file and do crop and flip operation using
operation using NumPy Indexing NumPy Indexing
25 21671A7327 12 Create Pandas Series and Data Frame 12 Create Pandas Series and Data Frame from various
from various inputs inputs
26 21671A7328 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform
DataFrame and perform the following: the following: (a) Handle missing data by detecting and
(a) Handle missing data by detecting dropping/ filling missing values. (b) Transform data
and dropping/ filling missing values. using apply() and map() method.
(b) Transform data using apply() and (c) Detect and filter outliers.
map() method. (d) Perform Vectorized String operations on Pandas
(c) Detect and filter outliers. Series.
(d) Perform Vectorized String (e) Visualize data using Line Plots, Bar Plots,
operations on Pandas Series. Histograms, Density Plots and Scatter Plots.
(e) Visualize data using Line Plots, Bar
Plots, Histograms, Density Plots and
Scatter Plots.
27 21671A7330 1 Perform creation, indexing, slicing, 1 Perform creation, indexing, slicing, concatenation, and
concatenation, and repetition repetition operations on Python built-in data types:
operations on Python built-in data Strings, Lists, Tuples, Dictionaries, and Sets.
types: Strings, Lists, Tuples,
Dictionaries, and Sets.
28 21671A7331 2 Handle numerical operations using 2 Handle numerical operations using math and random
math and random number functions number functions
29 21671A7332 3 Create user-defined functions with 3 Create user-defined functions with different types of
different types of function arguments function arguments
30 21671A7333 4 Solve problems using Class declaration 4 Solve problems using Class declaration and Object
and Object creation & OOP concepts creation & OOP concepts like Data hiding and
like Data hiding and abstraction. abstraction.
31 21671A7334 5 Create NumPy arrays from Python 5 Create NumPy arrays from Python Data Structures,
Data Structures, Intrinsic NumPy Intrinsic NumPy objects and Random Functions.
objects and Random Functions.
32 21671A7335 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
33 21671A7336 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
34 21671A7337 8 Computation on NumPy arrays using - 8 Computation on NumPy arrays using - Trigonometric
Trigonometric functions & Statistical functions & Statistical functions
functions
35 21671A7338 9 Computation on NumPy arrays using - 9 Computation on NumPy arrays using - Bit-twiddling
Bit-twiddling functions & Arithmetic functions & Arithmetic Functions
Functions
36 21671A7339 10 Import a CSV file and perform various 10 Import a CSV file and perform various Statistical and
Statistical and Comparison operations Comparison operations on rows/columns
on rows/columns
37 21671A7340 11 Load an image file and do crop and flip 11 Load an image file and do crop and flip operation using
operation using NumPy Indexing NumPy Indexing
38 21671A7341 12 Create Pandas Series and Data Frame 12 Create Pandas Series and Data Frame from various
from various inputs inputs
39 21671A7342 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform
DataFrame and perform the following: the following: (a) Handle missing data by detecting and
(a) Handle missing data by detecting dropping/ filling missing values. (b) Transform data
and dropping/ filling missing values. using apply() and map() method.
(b) Transform data using apply() and (c) Detect and filter outliers.
map() method. (d) Perform Vectorized String operations on Pandas
(c) Detect and filter outliers. Series.
(d) Perform Vectorized String (e) Visualize data using Line Plots, Bar Plots,
operations on Pandas Series. Histograms, Density Plots and Scatter Plots.
(e) Visualize data using Line Plots, Bar
Plots, Histograms, Density Plots and
Scatter Plots.
40 21671A7343 1 Perform creation, indexing, slicing, 1 Perform creation, indexing, slicing, concatenation, and
concatenation, and repetition repetition operations on Python built-in data types:
operations on Python built-in data Strings, Lists, Tuples, Dictionaries, and Sets.
types: Strings, Lists, Tuples,
Dictionaries, and Sets.
41 21671A7344 2 Handle numerical operations using 2 Handle numerical operations using math and random
math and random number functions number functions
42 21671A7346 3 Create user-defined functions with 3 Create user-defined functions with different types of
different types of function arguments function arguments
43 21671A7347 4 Solve problems using Class declaration 4 Solve problems using Class declaration and Object
and Object creation & OOP concepts creation & OOP concepts like Data hiding and
like Data hiding and abstraction. abstraction.
44 21671A7348 5 Create NumPy arrays from Python 5 Create NumPy arrays from Python Data Structures,
Data Structures, Intrinsic NumPy Intrinsic NumPy objects and Random Functions.
objects and Random Functions.
45 21671A7349 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
46 21671A7350 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
47 21671A7352 8 Computation on NumPy arrays using - 8 Computation on NumPy arrays using - Trigonometric
Trigonometric functions & Statistical functions & Statistical functions
functions
48 21671A7353 9 Computation on NumPy arrays using - 9 Computation on NumPy arrays using - Bit-twiddling
Bit-twiddling functions & Arithmetic functions & Arithmetic Functions
Functions
49 21671A7354 10 Import a CSV file and perform various 10 Import a CSV file and perform various Statistical and
Statistical and Comparison operations Comparison operations on rows/columns
on rows/columns
50 21671A7355 11 Load an image file and do crop and flip 11 Load an image file and do crop and flip operation using
operation using NumPy Indexing NumPy Indexing
51 21671A7356 12 Create Pandas Series and Data Frame 12 Create Pandas Series and Data Frame from various
from various inputs inputs
52 21671A7357 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform
DataFrame and perform the following: the following: (a) Handle missing data by detecting and
(a) Handle missing data by detecting dropping/ filling missing values. (b) Transform data
and dropping/ filling missing values. using apply() and map() method.
(b) Transform data using apply() and (c) Detect and filter outliers.
map() method. (d) Perform Vectorized String operations on Pandas
(c) Detect and filter outliers. Series.
(d) Perform Vectorized String (e) Visualize data using Line Plots, Bar Plots,
operations on Pandas Series. Histograms, Density Plots and Scatter Plots.
(e) Visualize data using Line Plots, Bar
Plots, Histograms, Density Plots and
Scatter Plots.
53 21671A7358 1 Perform creation, indexing, slicing, 1 Perform creation, indexing, slicing, concatenation, and
concatenation, and repetition repetition operations on Python built-in data types:
operations on Python built-in data Strings, Lists, Tuples, Dictionaries, and Sets.
types: Strings, Lists, Tuples,
Dictionaries, and Sets.
54 21671A7359 2 Handle numerical operations using 2 Handle numerical operations using math and random
math and random number functions number functions
55 21671A7360 3 Create user-defined functions with 3 Create user-defined functions with different types of
different types of function arguments function arguments
56 21671A7361 4 Solve problems using Class declaration 4 Solve problems using Class declaration and Object
and Object creation & OOP concepts creation & OOP concepts like Data hiding and
like Data hiding and abstraction. abstraction.
57 21671A7362 5 Create NumPy arrays from Python 5 Create NumPy arrays from Python Data Structures,
Data Structures, Intrinsic NumPy Intrinsic NumPy objects and Random Functions.
objects and Random Functions.
58 21671A7363 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
59 21671A7364 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
60 21671A7365 8 Computation on NumPy arrays using - 8 Computation on NumPy arrays using - Trigonometric
Trigonometric functions & Statistical functions & Statistical functions
functions
61 22675A7301 9 Computation on NumPy arrays using - 9 Computation on NumPy arrays using - Bit-twiddling
Bit-twiddling functions & Arithmetic functions & Arithmetic Functions
Functions
62 22675A7302 10 Import a CSV file and perform various 10 Import a CSV file and perform various Statistical and
Statistical and Comparison operations Comparison operations on rows/columns
on rows/columns
63 22675A7303 11 Load an image file and do crop and flip 11 Load an image file and do crop and flip operation using
operation using NumPy Indexing NumPy Indexing
64 22675A7304 12 Create Pandas Series and Data Frame 12 Create Pandas Series and Data
from various inputs Frame from various inputs
65 22675A7305 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas
DataFrame and perform the following: DataFrame and perform the
(a) Handle missing data by detecting following: (a) Handle missing data
and dropping/ filling missing values. by detecting and dropping/ filling
(b) Transform data using apply() and missing values. (b) Transform data
map() method. using apply() and map() method.
(c) Detect and filter outliers. (c) Detect and filter outliers.
(d) Perform Vectorized String (d) Perform Vectorized String
operations on Pandas Series. operations on Pandas Series.
(e) Visualize data using Line Plots, Bar (e) Visualize data using Line Plots,
Plots, Histograms, Density Plots and Bar Plots, Histograms, Density
Scatter Plots. Plots and Scatter Plots.
66 22675A7306 1 Perform creation, indexing, slicing, 1 Perform creation, indexing,
concatenation, and repetition slicing, concatenation, and
operations on Python built-in data repetition operations on Python
types: Strings, Lists, Tuples, built-in data types: Strings, Lists,
Dictionaries, and Sets. Tuples, Dictionaries, and Sets.
67 22675A7307 2 Handle numerical operations using 2 Handle numerical operations using
math and random number functions math and random number
functions
68 22675A7308 3 Create user-defined functions with 3 Create user-defined functions with
different types of function arguments different types of function
arguments
69 22675A7309 4 Solve problems using Class declaration 4 Solve problems using Class
and Object creation & OOP concepts declaration and Object creation &
like Data hiding and abstraction. OOP concepts like Data hiding
and abstraction.
DATA SCIENCE THROUGH PYTHON LAB
Internal Externa
S.No Roll No. Internal Question External Question
Set No lSet No
1 21671A7366 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
2 21671A7367 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
3 21671A7368 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
4 21671A7369 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
5 21671A7370 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
6 21671A7371 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
7 21671A7372 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
8 21671A7373 8 Computation on NumPy arrays 8 Computation on NumPy arrays using - Trigonometric
using - Trigonometric functions & functions & Statistical functions
Statistical functions
9 21671A7374 9 Computation on NumPy arrays 9 Computation on NumPy arrays using - Bit-twiddling
using - Bit-twiddling functions & functions & Arithmetic Functions
Arithmetic Functions
10 21671A7375 10 Import a CSV file and perform 10 Import a CSV file and perform various Statistical and
various Statistical and Comparison operations on rows/columns
Comparison operations on
rows/columns
11 21671A7376 11 Load an image file and do crop 11 Load an image file and do crop and flip operation using
and flip operation using NumPy NumPy Indexing
Indexing
12 21671A7377 12 Create Pandas Series and Data 12 Create Pandas Series and Data Frame from various inputs
Frame from various inputs
13 21671A7378 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform the
DataFrame and perform the following: (a) Handle missing data by detecting and dropping/
following: (a) Handle missing data filling missing values. (b) Transform data using apply() and
by detecting and dropping/ filling map() method.
missing values. (b) Transform (c) Detect and filter outliers.
data using apply() and map() (d) Perform Vectorized String operations on Pandas Series.
method. (e) Visualize data using Line Plots, Bar Plots, Histograms,
(c) Detect and filter outliers. Density Plots and Scatter Plots.
(d) Perform Vectorized String
operations on Pandas Series.
(e) Visualize data using Line
Plots, Bar Plots, Histograms,
Density Plots and Scatter Plots.
14 21671A7379 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
15 21671A7380 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
16 21671A7381 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
17 21671A7382 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
18 21671A7383 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
19 21671A7384 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
20 21671A7385 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
21 21671A7386 8 Computation on NumPy arrays 8 Computation on NumPy arrays using - Trigonometric
using - Trigonometric functions & functions & Statistical functions
Statistical functions
22 21671A7387 9 Computation on NumPy arrays 9 Computation on NumPy arrays using - Bit-twiddling
using - Bit-twiddling functions & functions & Arithmetic Functions
Arithmetic Functions
23 21671A7388 10 Import a CSV file and perform 10 Import a CSV file and perform various Statistical and
various Statistical and Comparison operations on rows/columns
Comparison operations on
rows/columns
24 21671A7389 11 Load an image file and do crop 11 Load an image file and do crop and flip operation using
and flip operation using NumPy NumPy Indexing
Indexing
25 21671A7390 12 Create Pandas Series and Data 12 Create Pandas Series and Data Frame from various inputs
Frame from various inputs
26 21671A7391 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform the
DataFrame and perform the following: (a) Handle missing data by detecting and dropping/
following: (a) Handle missing data filling missing values. (b) Transform data using apply() and
by detecting and dropping/ filling map() method.
missing values. (b) Transform (c) Detect and filter outliers.
data using apply() and map() (d) Perform Vectorized String operations on Pandas Series.
method. (e) Visualize data using Line Plots, Bar Plots, Histograms,
(c) Detect and filter outliers. Density Plots and Scatter Plots.
(d) Perform Vectorized String
operations on Pandas Series.
(e) Visualize data using Line
Plots, Bar Plots, Histograms,
Density Plots and Scatter Plots.
27 21671A7392 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
28 21671A7393 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
29 21671A7394 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
30 21671A7395 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
31 21671A7396 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
32 21671A7397 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
33 21671A7398 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
34 21671A7399 8 Computation on NumPy arrays 8 Computation on NumPy arrays using - Trigonometric
using - Trigonometric functions & functions & Statistical functions
Statistical functions
35 21671A73A0 9 Computation on NumPy arrays 9 Computation on NumPy arrays using - Bit-twiddling
using - Bit-twiddling functions & functions & Arithmetic Functions
Arithmetic Functions
36 21671A73A1 10 Import a CSV file and perform 10 Import a CSV file and perform various Statistical and
various Statistical and Comparison operations on rows/columns
Comparison operations on
rows/columns
37 21671A73A2 11 Load an image file and do crop 11 Load an image file and do crop and flip operation using
and flip operation using NumPy NumPy Indexing
Indexing
38 21671A73A3 12 Create Pandas Series and Data 12 Create Pandas Series and Data Frame from various inputs
Frame from various inputs
39 21671A73A4 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform the
DataFrame and perform the following: (a) Handle missing data by detecting and dropping/
following: (a) Handle missing data filling missing values. (b) Transform data using apply() and
by detecting and dropping/ filling map() method.
missing values. (b) Transform (c) Detect and filter outliers.
data using apply() and map() (d) Perform Vectorized String operations on Pandas Series.
method. (e) Visualize data using Line Plots, Bar Plots, Histograms,
(c) Detect and filter outliers. Density Plots and Scatter Plots.
(d) Perform Vectorized String
operations on Pandas Series.
(e) Visualize data using Line
Plots, Bar Plots, Histograms,
Density Plots and Scatter Plots.
40 21671A73A5 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
41 21671A73A6 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
42 21671A73A7 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
43 21671A73A8 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
44 21671A73A9 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
45 21671A73B0 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
46 21671A73B1 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
47 21671A73B2 8 Computation on NumPy arrays 8 Computation on NumPy arrays using - Trigonometric
using - Trigonometric functions & functions & Statistical functions
Statistical functions
48 21671A73B3 9 Computation on NumPy arrays 9 Computation on NumPy arrays using - Bit-twiddling
using - Bit-twiddling functions & functions & Arithmetic Functions
Arithmetic Functions
49 21671A73B4 10 Import a CSV file and perform 10 Import a CSV file and perform various Statistical and
various Statistical and Comparison operations on rows/columns
Comparison operations on
rows/columns
50 21671A73B5 11 Load an image file and do crop 11 Load an image file and do crop and flip operation using
and flip operation using NumPy NumPy Indexing
Indexing
51 21671A73B6 12 Create Pandas Series and Data 12 Create Pandas Series and Data Frame from various inputs
Frame from various inputs
52 21671A73B7 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform the
DataFrame and perform the following: (a) Handle missing data by detecting and dropping/
following: (a) Handle missing data filling missing values. (b) Transform data using apply() and
by detecting and dropping/ filling map() method.
missing values. (b) Transform (c) Detect and filter outliers.
data using apply() and map() (d) Perform Vectorized String operations on Pandas Series.
method. (e) Visualize data using Line Plots, Bar Plots, Histograms,
(c) Detect and filter outliers. Density Plots and Scatter Plots.
(d) Perform Vectorized String
operations on Pandas Series.
(e) Visualize data using Line
Plots, Bar Plots, Histograms,
Density Plots and Scatter Plots.
53 21671A73B8 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
54 21671A73B9 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
55 21671A73C0 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
56 21671A73C1 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
57 21671A73C2 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
58 21671A73C3 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing
59 21671A73C4 7 Manipulation of NumPy arrays- 7 Manipulation of NumPy arrays- Joining and Splitting.
Joining and Splitting.
60 21671A73C5 8 Computation on NumPy arrays 8 Computation on NumPy arrays using - Trigonometric
using - Trigonometric functions & functions & Statistical functions
Statistical functions
61 21671A73C6 9 Computation on NumPy arrays 9 Computation on NumPy arrays using - Bit-twiddling
using - Bit-twiddling functions & functions & Arithmetic Functions
Arithmetic Functions
62 21671A73C7 10 Import a CSV file and perform 10 Import a CSV file and perform various Statistical and
various Statistical and Comparison operations on rows/columns
Comparison operations on
rows/columns
63 21671A73C8 11 Load an image file and do crop 11 Load an image file and do crop and flip operation using
and flip operation using NumPy NumPy Indexing
Indexing
64 21671A73C9 12 Create Pandas Series and Data 12 Create Pandas Series and Data Frame from various inputs
Frame from various inputs
65 21671A73D0 13 Import any CSV file to Pandas 13 Import any CSV file to Pandas DataFrame and perform the
DataFrame and perform the following: (a) Handle missing data by detecting and dropping/
following: (a) Handle missing data filling missing values. (b) Transform data using apply() and
by detecting and dropping/ filling map() method.
missing values. (b) Transform (c) Detect and filter outliers.
data using apply() and map() (d) Perform Vectorized String operations on Pandas Series.
method. (e) Visualize data using Line Plots, Bar Plots, Histograms,
(c) Detect and filter outliers. Density Plots and Scatter Plots.
(d) Perform Vectorized String
operations on Pandas Series.
(e) Visualize data using Line
Plots, Bar Plots, Histograms,
Density Plots and Scatter Plots.
66 22675A7310 1 Perform creation, indexing, 1 Perform creation, indexing, slicing, concatenation, and
slicing, concatenation, and repetition operations on Python built-in data types: Strings,
repetition operations on Python Lists, Tuples, Dictionaries, and Sets.
built-in data types: Strings, Lists,
Tuples, Dictionaries, and Sets.
67 22675A7311 2 Handle numerical operations 2 Handle numerical operations using math and random
using math and random number number functions
functions
68 22675A7312 3 Create user-defined functions with 3 Create user-defined functions with different types of function
different types of function arguments
arguments
69 22675A7313 4 Solve problems using Class 4 Solve problems using Class declaration and Object creation &
declaration and Object creation & OOP concepts like Data hiding and abstraction.
OOP concepts like Data hiding
and abstraction.
70 22675A7314 5 Create NumPy arrays from 5 Create NumPy arrays from Python Data Structures, Intrinsic
Python Data Structures, Intrinsic NumPy objects and Random Functions.
NumPy objects and Random
Functions.
71 22675A7315 6 Manipulation of NumPy arrays- 6 Manipulation of NumPy arrays- Indexing, Slicing
Indexing, Slicing

You might also like