VANASTHALI PUBLIC SCHOOL
AI PROJECT FILE
SUBMITTED NAME: RAGHAV NAUTIYAL
TO: CLASS: XII-C
MRS. RITU KAKU ROLL NO.: 17
TABLE OF CONTENTS
Create a Numpy array and then split it into two
equal parts. Display both parts.
1.
Write a Numpy Program to check that none of
the element of a given array are zero.
2.
Write python code to create a Pandas DataFrame
using a sequence data type.
3. Display the DataFrame, First five records, Last
ten records and the number of missing values in
the dataset.
Write a python code where we have employees
work details, but some data is missing due to
4. specific reasons like- Raj was on leave,so his
working hours are missing, Neha did not update
her project name, Arjun forgot to mark his
attendance. To find the True values. To find how
many values are missing in the entire dataset.
Write a python code to show the Employee and
Age representing column names and values.
5.
Write a python code using a shape attribute.
6.
Write a python code using a head(n) attribute.
7.
Write a python code using a tail(n) attribute.
8.
Write a python code for data manipulation and
allowing efficient selection.
9.
10. Perform classification on penguin dataset using
Orange tool.
11. Perform text preprocessing on preloaded BBC
Dataset in orange tool
12. Perform image pre-
processing and resize an
image.
13. To perform image
preprocessing and convert
an image into grayscale.
14. Perform image
preprocessing and blur an
image.
15. Create an effective data
story from the following
data
PROGRAM 1: Create a Numpy array and then split it into
two equal parts. Display both parts.
PROGRAM 2: Write a Numpy Program to check that
none of the element of a given array are zero.
PROGRAM 3: Write python code to create a Pandas
DataFrame using a sequence data type.
Display the DataFrame, first five records, last ten records
and the number of missing values in the dataset.
PROGRAM 4: Write a python code where we have
employees work details, but some data is missing due to
specific reasons like- Raj was on leave, so his working
hours are missing, Neha did not update her project name,
Arjun forgot to mark his attendance. To find the True
values. To find how many values are missing in the entire
dataset.
PROGRAM 5: Write a python code to show the
Employee and Age representing column names and
values.
PROGRAM 6: Write a python code using a shape
attribute.
PROGRAM 7: Write a python code using a head(n)
attribute.
PROGRAM 8: Write a python code using a tail(n)
attribute.
PROGRAM 9: Write a python code for data
manipulation
and allowing efficient selection.
PROGRAM 10: Perform classification on penguin
dataset using orange data tool.
PROGRAM 11: Perform text
preprocessing on the preloaded
BBC dataset in orange tool.
PROGRAM 12: Perform image pre-
processing and resize an image.
PROGRAM 13: To perform image
preprocessing and convert an
image into grayscale.
PRAGRAM 14: Perform image
preprocessing and blur an image.
PROGRAM 15: Create an effective
data story from the following
data:
Semmelweis was a Hungarian
physician. In 1844, Semmelweis
worked as an assistant at an
obstetrics clinic where many
women suffered childbed fever - a
fever caused by an infection post-
delivery. During his stint at the
clinic, Semmelweis was intrigued
by a peculiar trend. The clinics
operated by male physicians and
medical students had significantly
higher mortality rates from
childbed fever as compared to
clinics operated by midwives. As a
result, he introduced hand-
washing. Child mortality rate
which was 12.2% dropped to
2.2%. However, some doctors
refused to listen to him. Then the
mortality rate again reached
3.5%. When the mortality rate
touched 4.9%, Semmelweis was
thrown out of the community.