Search
Upload Download free for 30 days Login
Introduction to
Data Analysis
Course Notes.pdf
Feb 2, 2024 • 7 likes • 12,320 views
G GraceO Follow
"Embark on a journey into data
analysis with our Introduction to …
Read more
Gallery 9 of 12
Most read
Most read
5 Ad
Join the Sprite squad
Sprite Nigeria
Sign up
6
Most read
10
11
12
Ad
Join the Sprite
Sprite Nigeria
Ad
Join the Sprite
Sprite Nigeria
More Related Content
What's hot (20)
Data analytics
BindhuBhargaviTalasi
18 slides • 4K views
DATA WAREHOUSING AND DATA MINING
Lovely Professional University
28 slides • 70.9K views
Data Management PowerPoint Presentation Slides
SlideTeam
27 slides • 6.9K views
Data Catalogs Are the Answer – What is the Question?
DATAVERSITY
50 slides • 1.3K views
Data stewardship
Aldis Ē rglis
21 slides • 460 views
Data Warehouse Modeling
vivekjv
87 slides • 102.1K views
Statistics for data science
zekeLabs Technologies
36 slides • 8.4K views
Data analytics
Dr.Bhuvaneswari Velumani
38 slides • 3K views
Architecture of data mining system
ramya marichamy
10 slides • 4.5K views
03. Data Exploration.pptx
Sarojkumari55
20 slides • 834 views
Introduction to basic data analytics tools
Nascenia IT
22 slides • 2.2K views
Big Data Analytics: Reference Architectures and Case Studies by
Serhiy Haziye...
SoftServe
27 slides • 10.4K views
multi dimensional data model
moni sindhu
26 slides • 8.6K views
Data Visualization Techniques in Power BI
Angel Abundez
19 slides • 2.1K views
Exploratory data analysis data visualization
Dr. Hamdan Al-Sabri
28 slides • 8.7K views
Predictive analysis and modelling
lalit Lalitm7225
38 slides • 1.2K views
Business Intelligence
Mithileysh Sathiyanarayanan
50 slides • 10.4K views
Database Performance Tuning
Arno Huetter
31 slides • 37.9K views
Lect4 principal component analysis-I
hktripathy
22 slides • 1.3K views
Data Quality
Michael Collins
37 slides • 6.5K views
Similar to Introduction to Data Analysis Course
Notes.pdf (20)
Data Science topic and introduction to basic concepts involving
data manageme...
aashishreddy10
29 slides • 88 views
Research EDU821-1.pptx
SalmaNiazi2
16 slides • 133 views
data analytics vs data analysis understanding the differencespptx
kirthikasakthivel14
22 slides • 66 views
Slideshows for you (20)
Randomized Controlled Trials
Nabeela Basha
87 slides • 91.2K views
Data analysis
Aleeza Ahmad
25 slides • 62.7K views
objectives of research
Rishad Rish
8 slides • 153.9K views
Recently uploaded (13)
Complab layout as icts coordinators.docx
JONATHANLABSAN1
1 slide • 14 views
tamil monthly calendar 2025 - Google Docs.pdf
rkarthik45
12 slides • 7 views
ch03.pptx interval estimation and hypothesis
TimNurja
25 slides • 17 views
Introduction to Data Analysis Course Notes.pdf
1. Introduction to Data Analysis Course Notes 02-Feb-2024 by: Grace Jidael
2. Contents What is Data and Data Analysis Types of Data Types of Data
Analysis Life Cycle of Data Analysis Project Tools for Data Analysis 2 3 7 8 10 11
3. Data 3 Data: Data is Raw facts and figures that need to be processed to
extract meaningful information. The term big data refers to data sets that are so
massive, so quickly built, and so varied that they defy traditional analysis
methods such as you might perform with a relational database. Big data is
often described in terms of five V's; velocity, volume, variety, veracity, and
value. Examples: Numbers, text, images, sound, etc.
4. Data Analysis 4 The systematic process of inspecting, cleaning,
transforming, and modeling data to discover meaningful information, draw
conclusions, and support decision-making. is the process and method for
extracting knowledge and insights from large volumes of disparate data. It's an
interdisciplinary field involving probability, programming, mathematics,
statistical analysis, data visualization, and more. It's what makes it possible for
us to appropriate information, see patterns, find meaning from large volumes
of data and use it to make decisions that drive business.
5. Good to Know... 5 If you have data, and you have curiosity, and you're
manipulating it, you're exploring it, the very exercise of going through
analyzing data, trying to get some answers from it is data analysis. Data
science/Analysis is relevant today because we have tons of data available. We
used to worry about lack of data. Now we have a data deluge. In the past, we
didn't have algorithms, now we have algorithms. In the past, the software was
expensive, now it's open source and free.
6. In the past, we couldn't store large amounts of data, now for a fraction of the
cost, we can have gazillions of datasets for a very low cost. So, the tools to work
with data, the very availability of data, and the ability to store and analyze data,
it's all cheap, it's all available, it's all ubiquitous, it's here. There's never been a
better time to be a data scientist/analyst Good to Know... 6
7. If data set has one variable it is Univariate, and if you have multiple variables
it is Multivariate Grace Jidael Types of Data 7 Structured Unstructured Semi
Structured Categorical(Nominal or Ordinal) Numeric(Continuous or Interval)
Cross Sectional Time-Series By Structure By Type By Variable Type
8. Types of Analysis 8 Inferential Analysis: Inferential analysis are numeric
values that enables an analyst/researcher draw conclusions about a population
based on a sample of data. It aims to make generalizations or predictions about
a larger group from which the data was sampled. It uses Statistical test, either
to test for significant relationships amongst variables or to find statistical
support to hypotheses. It is based on laws of probability Descriptive Analysis:
Summarizes and organizes data to understand the sample’s characteristics.
Descriptive Statistics are numeric values obtained from the data that gives
meaning to the data collected. They include frequency distribution, measures
of central tendency, measures of dispersion/variability, bi-variate descriptive
statistics. It gives the current status of data
9. Other Types of Analysis 9 Predictive Analysis(Forcasting): Uses statistical
algorithms and machine learning to make predictions about future outcomes.
What if these trends continue? What will happen next? Exploratory Data
Analysis: Analyzes data sets to uncover patterns, relationships, or trends.
Diagnostic Analysis: Focuses on identifying the cause of a particular problem or
issue. What happened? Why is it happening? Prescriptive Analysis:
Recommends actions to optimize or take advantage of predicted future
scenarios. How do we solve it?
10. 10 Life cycle of data science project
11. 11 Tools for Data Analysis 1. Business Intelligence (BI) Tools: Tableau: A
powerful BI tool for creating interactive and shareable dashboards. Power BI:
Microsoft's BI tool for data visualization, reporting, and sharing insights. 2.
Spreadsheet Software: Microsoft Excel: Widely used for data analysis, modeling,
and visualization. Google Sheets: Collaborative spreadsheet software with data
analysis capabilities. 3. Database Tools: SQL (Structured Query Language):
Essential for querying and managing relational databases. MongoDB: A NoSQL
database often used for handling unstructured data. 4. Programming
Languages: Python: A versatile language with extensive libraries like NumPy
and pandas for data manipulation and analysis. R: Specialized for statistical
computing and graphics, widely used in academia and research. 5. Statistical
Tools: SPSS (Statistical Package for the Social Sciences): Used for statistical
analysis in social science research. SAS (Statistical Analysis System): A software
suite for advanced analytics, business intelligence, and data management.
12. Thank You Introduction to Data Analysis 02-Feb-2024 by: Grace Jidael
About Support Terms Privacy Copyright Cookie Preferences
English
Do not sell or share my personal information
© 2025 SlideShare from Scribd