Skip to content
Learn Netverks

Lesson

Step 2/36 6% through track

what-is-data-science

What is data science?

Last reviewed Jun 1, 2026 Content v20260601
Track mode
server_script
Means
Server runner
Reading
~1 min
Level
beginner

This lesson

This lesson teaches What is data science?: the data science mindset, methods, and communication habits behind evidence-based decisions.

Teams apply What is data science? in every serious Data Science project—skipping it leaves blind spots in analysis and reviews.

You will apply What is data science? in contexts like: Analytics teams, product experimentation, research labs, and ML-adjacent engineering in every data-driven company.

Read the narrative, run Python in the playground (stdlib snippets now; install Jupyter, pandas, and scikit-learn locally for full notebooks), and complete MCQs to lock in vocabulary.

After /python/intro basics and ideally some /sql/intro—before deep NumPy/Pandas specialization.

Data science combines statistics, domain knowledge, and computation to extract insight from data—often iteratively, not in a single linear pipeline.

Core activities

  1. Ask — define measurable questions and success metrics
  2. Acquire — databases, APIs, files, experiments
  3. Clean — types, missing values, duplicates, leakage
  4. Explore — distributions, relationships, anomalies
  5. Model — predict, classify, cluster (when appropriate)
  6. Communicate — charts, narratives, recommendations

Roles you will see

  • Analyst — SQL + dashboards + stakeholder updates
  • Data scientist — experimentation, modeling, evaluation
  • ML engineer — production pipelines and serving

Skills overlap—this track builds the shared foundation.

Important interview questions and answers

  1. Q: CRISP-DM idea?
    A: Common process: business understanding → data → modeling → evaluation → deployment.
  2. Q: Always need deep learning?
    A: No—many wins come from clean data, good features, and simple models.

Self-check

  1. Name the six activities in order.
  2. One role that emphasizes SQL and dashboards?

Tip: Sketch the six-step loop on paper for your current project.

Interview prep

Six steps?

Ask, acquire, clean, explore, model, communicate.

Always ML?

No—many wins are clean data and clear metrics without models.

Interview tip Lesson completion confidence

Can you explain this lesson in 30 seconds without reading notes?

Not saved yet.

Playground

Runs on the configured server runner (dev: npm run runner with LEARNING_RUNNER_ENABLED=true). Output appears below the editor.

Check yourself

Multiple choice — immediate feedback.

Discussion

Past discussion is visible to everyone. Only logged-in users can post comments and replies.

Starter discussion topics

  • Six steps recall?
  • Analyst vs scientist?

Sign up or log in to post comments and sync lesson progress across devices.

No discussion yet. Be the first to ask a question.

Jump