Summary_ Introduction to Data Analytics (2)-3978
Summary_ Introduction to Data Analytics (2)-3978
SESSION OVERVIEW-
● Now with the help of real time examples, explanations on data analytics will help the
students to have a better understanding of data analytics.
○ Example-
1. e-commerce product recommendation.
We'll look at an example here of how data analytics are used by e-commerce
platforms to provide consumers with customized product recommendations. We will
go over the fundamental ideas, methods that underpin recommendation systems.
Imagine you are a user browsing for a new laptop. Based on the past purchases and
present browsing history, the platform recommends different laptops with the same
specifications, price range, etc. These recommendations are created with the help of
past data fed to an algorithm.
2. Uber finding the nearest driver.
3. Google maps showing the shortest route, amount of traffic and estimation of time
interval between source and destination.
4. Risk detection:
1
In earlier times, amid financial challenges, organizations turned to data analytics as a
tool for addressing their predicaments. With access to extensive customer data,
including transaction histories and demographic details, they employed systematic
data analysis techniques. By carefully dissecting this data and scrutinizing patterns,
such as recent spending behaviors and customer profiles, they could discern
indicators suggestive of potential defaults or fraudulent activities. Through this
methodical approach, organizations successfully mitigated risks and enhanced their
fraud detection capabilities.
2
■ Enables healthcare organizations to optimize clinical workflows,
resource allocation, and operational efficiency.
○ Manufacturing:
■ To implement predictive maintenance programs, which involve
analyzing equipment sensor data to predict when machines are likely to
fail.
■ To optimize their supply chain operations by analyzing data from
suppliers, logistics providers, and internal production processes.
■ To optimize production processes, improve efficiency, and reduce
waste.
● How the course will help students build a career in data analytics.
○ Foundational knowledge
○ Technical skills - excel, SQL, Power BI, Python
○ Soft skills- Improving problem solving skills, solution designing, deriving insights
and communication.
○ Hands-on experience- Real time projects and case studies.
EXAMPLE:
1. CUSTOMER REVIEWS:
Online review platforms like Yelp, TripAdvisor, and Amazon host millions of
customer reviews containing valuable insights about products, services, and
businesses. By applying text mining and sentiment analysis techniques to analyze
customer reviews, businesses can identify recurring themes, sentiments, and patterns,
enabling them to improve product quality, address customer concerns, and enhance
customer satisfaction.
2. SOCIAL MEDIA POSTS:
Social media platforms generate vast amounts of unstructured data in the form of text,
images, and videos. Data analytics techniques such as sentiment analysis can be
applied to analyze social media posts and understand public sentiment towards
products, brands, or events. Natural language processing (NLP) algorithms can
extract topics, trends, and opinions from unstructured text data, enabling
3
organizations to make data-driven decisions based on customer feedback and market
trends.
STRUCTURED DATA:
INFORMATION:
SEMI-STRUCTURED DATA:
- Semi-structured data does not reside in relational database (but structured data does)
- Has organizational properties making it easier to analyze
- Example - emails (which have structured headers and metadata but unstructured body
content).
STRUCTURED DATA:
● When we receive semi-structured data, then we convert it into structured data and after
data processing, we finally end up getting information from the data.
● In the above hypothetical example of google maps, we have data of certain areas, let’s say A1,
A2 and A3. Variables involved in the data are personal ID, longitude, latitude, source and
4
destination. When we convert the raw data into structured data, basically we have converted
the data into tabular form which is considered to be highly structured and can be stored in a
relational database.
● After converting the data into structured format which is meaningful and understandable, now
we can derive insights. Here, each source and destination suggests a particular area and if
replaced with the area number then it will be more organized.
1. EXAMPLE- (Hypothetical)
A company has been following a downward trend for the past 6 years which
has become a little concerning for the company as well as the stakeholders of
the company. The stakeholders are worried and want to understand the reason
behind the downward trend and want to discuss what can be done to increase
the revenue.
5
2. EXAMPLE-
6
■ If we forecast the revenue of the company for the upcoming 3 years, then we
notice that there is a downward trend in future revenue.
○ Prescriptive:
—>Based on the current data, it helps in future decision making.
—>Providing suggestions based on the analysis performed.
● Improvement in the product.
● Marketing of the product.