I.
Python-6 programs
1 WAP to create a numpy array.
.
2 Create a series to store five values and change the default index
.
3 Create a DataFrame named- Result, using nested list
. a) Add a record
b) Add a column
c) Drop a record
d) Drop a column
4 Write Python code to create a Pandas DataFrame using any sequence
. data type.
a) Display the DataFrame.
b) Display first 5 records.
c) Display last 10 records.
d) Display the number of missing values in the dataset
5 Download dataset in the form of CSV from any public open-source
. website.
a) Read CSV File and convert it into Pandas DataFrame.
b) Perform statistical functions on the dataset to check the data,
checking missing values, filling missing data etc.
6 Python Code to Evaluate a Model.
.
1
II. Orange Data Mining -3 programs
1 Perform step wise procedure of Data Visualization using the Orange Data
. Mining Tool.
OUTPUT-
2 Perform Classification with Orange Data Mining.
. Classification Output:
Training Data Test Data
2
3 Evaluate the Classification Model with Orange.
.
4 Perform Image analytics using the Orange data mining tool.
.
5 Write down steps to visualize word frequencies with Word Cloud using
. the Orange Data Mining tool.
3
III. Data Storytelling