Data Analytics

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Descriptive analytics

uncovers trends in data sets by asking questions about what happened.

2
New cards

predictive analytics

uses probability analysis techniques and data mining, statistical modeling, machine learning, and deep learning to predict future outcomes given certain conditions.

3
New cards

Prescriptive analytics

predict what, when, and why a given scenario might occur.

4
New cards

sensing, collection, wrangling, analysis, storage

what are the 5 steps of the data project life cycle (in order)?

5
New cards

sensing

first step in the data project life cycle, involves identifying the meaningful data to be collected.

6
New cards

collection

second step in the data project life cycle, involves gathering data.

7
New cards

wrangling

third step in the data project life cycle, involves converting raw data into a user-friendly format.

8
New cards

analysis

fourth step in the data project life cycle, involves examining and analyzing the data.

9
New cards

storage

fifth and last step in the data project life cycle, involves securing and maintaining data for access.

10
New cards

Ask, Prepare, Process, Share, Act

what are the 6-step processes of DDDM (including what is involved with each step?

11
New cards

SQL stands for structured query language. Allows the user to query data contained in a database, filter for specific data and track correlated pieces of data

what does SQL stand for, and what does it allow users to do?

12
New cards

syntax

refers to a set of rules and guidelines that define a specific computer language.

13
New cards

SELECT, FROM, WHERE

--re components of SQL: the most common SQL terms used in queries include?

14
New cards

select, from, where

re Extracting Data from Multiple Fields and Adding Comments to a SQL Query: in order to extract information from multiple tables, the _______________ SQL command is used to indicate multiple fields in conjunction with ______________ and ___________________ to narrow the search and get specific results

15
New cards

Explore data sets for patterns, plan for visuals, create the visuals

what are the three steps used in the data visualization process?

16
New cards

Data anonymization is the process of removing or altering personal information so that the data cannot be traced back to an individual.

PII (Personally Identifiable Information) is any data that can identify a specific person.

Examples: name, address, phone number, email, Social Security number, date of birth.

These are PII elements that have been stripped of identifying details:

Replacing names with ID numbers

Removing addresses or changing them to general regions

Masking phone numbers (e.g., --1234)

Generalizing dates of birth (e.g., “1990s” instead of exact date)

Aggregating data (e.g., “age group 20–30” instead of age 22)

what is data anonymization, and what is PII? --what are common examples of anonymized PII data?

17
New cards

Open Data — criteria to be considered open

For data to be considered open, it must:

Be freely available for anyone to use

Be accessible in a usable, machine-readable format

Allow reuse and redistribution

Have no restrictive licenses, or use an open license (like Creative Commons)

re open data: in order to be considered open, what criteria must data meet?

18
New cards

the process of changing data from one format or structure into another so it can be analyzed, stored, or used properly.

what is data transformation?