data science cycle

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards

The Data Science Cycle

Steps in order:

  1. Problem Formulation

  2. Getting Data

  3. Exploring Data

  4. Analysing Data

  5. Communicating Results

2
New cards

Problem Formulation

Start with questions or explore data to find patterns

3
New cards

Getting Data

Import CSV (Comma-Separated Values) files and clean up messy/missing data

4
New cards

Exploring Data

Look for patterns and create basic plots to understand your data

5
New cards

Analyzing Data

Find connections between variables and test your questions

6
New cards

Communicating Results

Create clear visuals and explain findings for your audience

7
New cards

.read_csv()

Import CSV files into Python

8
New cards

.describe()

Get quick statistics about your data

9
New cards

.groupby()

Organize data by categories for comparison

10
New cards

catplot()

Create plots to compare different categories like box plots

11
New cards

displot()

Show how data is distributed using histograms

12
New cards

relplot()

Make plots showing relationships between feature