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

Unit-2 Data Science Assignment1

The document outlines an assignment for Class 12 AI students focused on Data Science Methodology, specifically for a capstone project. It includes questions on identifying types of big data analytics used in various scenarios and practical tasks involving data handling, such as creating dataframes and managing CSV files. The assignment emphasizes both theoretical understanding and practical application of data science concepts.

Uploaded by

Lightning Elixir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Unit-2 Data Science Assignment1

The document outlines an assignment for Class 12 AI students focused on Data Science Methodology, specifically for a capstone project. It includes questions on identifying types of big data analytics used in various scenarios and practical tasks involving data handling, such as creating dataframes and managing CSV files. The assignment emphasizes both theoretical understanding and practical application of data science concepts.

Uploaded by

Lightning Elixir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Class 12

Subject: AI
Assignment-1
UNIT 2: Data Science Methodology: An Analytic Approach to Capstone Project
Date :24/4/25
Submission date: 28/5/25

Q.1 Identify the type of big data analytics (descriptive diagnostic, prescriptive,
predictive) used in the following also state reason for choosing your option:

a. A subscription service experiences a rise in customer cancellations. It uses


Customer account information, usage data (frequency of logins, features
used), and support ticket logs.to identify potential reasons for churn.

b. A food delivery service wants to improve delivery efficiency and reduce delivery
times. It uses Customer location data, order details, historical delivery times,
and traffic patterns to calculate the most efficient delivery routes.

c. A clothing brand monitors social media mentions to understand customer


perception. It uses data in the form of social media posts, comments, and reviews
containing brand mentions to get a clear picture of overall customer sentiment and
areas where they excel or fall short.

d. A factory aims to predict equipment failures before they occur to minimize


downtime. It uses Sensor data from machines (temperature, vibration, power
consumption) coupled with historical maintenance records to identify patterns in
sensor data that indicate an impending equipment failure.

Q.2 Our school canteen is trying to full fill the delivery of food making asuring there
shouldnot be wastage or shortage of food

a) Data is collected from different sources. Mention two primary and secondary
storage resources that can be used to gather data.

Practical task:
Q.1
a) Create a dataframe to store multiple student records containing information of
marks of 5 subjects.
b) Count and display total null values existing in database
c) Clean and process data by removing all null value records.
d) Deploy your clean data on streamlit appl using github.

Q.2 Importing Data:


a) create and read a CSV file into a DataFrame containing employee name,age salary,
location
• Exporting Data:

save the DataFrame refer Q.1 to a CSV file.

You might also like