0% found this document useful (0 votes)
15 views4 pages

Python and Orange Data Mining Projects

The document outlines a series of programming tasks in Python, focusing on data manipulation using NumPy and Pandas, including creating arrays, series, and DataFrames, as well as handling CSV files. It also includes tasks related to data visualization and classification using the Orange Data Mining tool. Additionally, there are references to data storytelling and image analytics.

Uploaded by

sujaysaha8527
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)
15 views4 pages

Python and Orange Data Mining Projects

The document outlines a series of programming tasks in Python, focusing on data manipulation using NumPy and Pandas, including creating arrays, series, and DataFrames, as well as handling CSV files. It also includes tasks related to data visualization and classification using the Orange Data Mining tool. Additionally, there are references to data storytelling and image analytics.

Uploaded by

sujaysaha8527
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

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

You might also like