Data science exam 3

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:03 PM on 4/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

What are pivot tables? And how is data stored to be analyzed in a pivot table?

Must be stored in a structure, rows and columns format (a flat file or database table) 

Pivot tables: a table of statistics that summarizes the data of a more extensive table (databases, spreadsheets etc). This summary might include sums, averages, or other statistics which the pivot table groups together in a meaningful way.”

  • Uses a flat file structure 

  • All related data must be in the same table to be pivoted

<p><span style="background-color: transparent;">Must be stored in a structure, rows and columns format (a flat file or database table)&nbsp;</span></p><p><span style="background-color: transparent;"><strong>Pivot tables: </strong>a table of statistics that summarizes the data of a more extensive table (databases, spreadsheets etc). This summary might include sums, averages, or other statistics which the pivot table groups together in a meaningful way.”</span></p><ul><li><p><span style="background-color: transparent;">Uses a flat file structure&nbsp;</span></p></li><li><p><span style="background-color: transparent;">All related data must be in the same table to be pivoted</span></p></li></ul><p></p>
2
New cards

Structured data? with examples

  • Structured data are recorded as well-defined fields that correspond to distinct variables

  • google sheets, microsoft excel files

  • Can be displayed in rows and column and relational databases

  • Numbers, data and strings 

  • Easier to manage and protect with legacy solution 

3
New cards

Unstructured data

  • natural languages writing, consist of a mishmash of semantic entities that can differ from an observation to another and it may not be clear what constitutes a separate observation in unstructured data

  • email, text files, social media posts, video, images, audio, sensor data etc

  • Cannot be displayed in rows and column and relational databases

  • Images, audio, video, word processing files, e-emails, spreadsheets, requires more storage

4
New cards

What is sentiment analysis? How does it work?

Sentiment analysis categorizes whether a statement is positive or negative and assigns it a score accordingly 

  • Structured data 

  • A form of predictive analytics, it predicts a sentiment score that a human elevator would likely give to the statement 

5
New cards

• What is analytics? How is analytics related to Big Data?

Analytics is about extracting information from data by discovering meaningful patterns, but analytics information can have different status with respect to our actions.

Analytics relates to Big Data by providing the tools and techniques (like Apache Hadoop or Spark) to process massive, high-velocity, diverse datasets (structured/unstructured) that are too complex for traditional methods, unlocking insights such as customer behavior, operational efficiency, and future forecasts. 

6
New cards

 What is the difference between descriptive, predictive, and prescriptive analytics?

Give examples of each.

o What are the uses of forecasting? Give an example.

Descriptive analytics summarizes and helps understand past data Descriptive analytics

Predictive analytics predicts values for data points we do not have, if these data points are in the future we call this forecasting Insight

Prescriptive analytics facilitate a decision-making directly by suggesting an action  Foresight


7
New cards

• What is machine learning?

Machine learning is a broad category of techniques to learn model parameters from data so that the model can be used to predict values or classify items, this can be called traditional or discriminative AI

8
New cards

 What is pivot table analysis?

  • A data summarization technique that quick;y reorganizes, aggregates and analyzes large datasets in spreadsheets 

9
New cards

 What is an interactive dashboard?

A dynamic data visualization tool that allows users to actively explore, filter, and manipulate data in real time to gain insights.