Sunday, 06 September 2026
Advertisement Advertise Your advert could be here Reach thousands of learners and ICT professionals across Rwanda. Contact us
Advertisement Opportunity Jobs, scholarships & hackathons Fresh openings from Rwandan job boards are pulled in every hour. See openings

What data science is, in plain words

Data science from zero (no IT background) · lesson 1 of 12

In this lesson: Explain what a data scientist does and name the four kinds of question data answers.

Data science is answering questions with recorded facts instead of opinions. That is the whole idea. Everything else — Python, charts, machine learning — is only tooling built on top of it.

A school keeps a register of who attended class. A shop keeps receipts. A hospital keeps patient files. A mobile network keeps call records. Each of those is data: facts that were written down. A data scientist takes that pile of facts and turns it into an answer someone can act on.

The four kinds of question

Almost every data project is one of these, and they get harder in this order:

  • Descriptivewhat happened? "How many students passed last term?"
  • Diagnosticwhy did it happen? "Why did the pass rate drop in Term 2?"
  • Predictivewhat will happen? "Which students are at risk of failing?"
  • Prescriptivewhat should we do? "Which 30 students should get extra tutoring first?"

Notice that the first two are the majority of real work, and they need no machine learning at all. A beginner who can answer descriptive and diagnostic questions well is already useful to an employer.

What the day actually looks like

Newcomers imagine advanced mathematics. The honest split of a working day is closer to:

  • Getting the data — asking for it, exporting it, joining two files that disagree with each other.
  • Cleaning it — fixing dates typed five different ways, removing duplicates, deciding what to do about blanks. This is usually the largest part.
  • Exploring it — counting, averaging, grouping, charting until you understand its shape.
  • Explaining it — one chart and three sentences that a manager can act on.
  • Modelling it — the machine-learning part. Real, valuable, and much smaller than people expect.
The uncomfortable truth: a beautiful model on bad data is worthless, and a simple average on clean data can change a decision. Learn to clean before you learn to predict.

What it is not

Data science is not proof. Data records what was measured, and measurement is never complete. If your attendance register only records students who showed up to sign it, your data cannot tell you why the others stayed home. Knowing what your data cannot answer is a senior skill, and you can start practising it today.

The three job titles you will hear

  • Data analyst — mostly describes and diagnoses. SQL, spreadsheets, dashboards.
  • Data scientist — adds prediction and statistics. Python, models.
  • Data engineer — builds the pipes that move data so the other two have something to work with.

The titles overlap everywhere and nobody agrees on the boundaries. Start with the analyst skills; they are the foundation of all three.

Try it yourself

Before you touch a computer: write down one question about your school, workplace or neighbourhood that you believe recorded facts could answer. Then write down what data you would need, and who holds it. Keep the note — it becomes your first project at the end of this track.

Create a free account to save progress

All lessons in this track

  1. 1
  2. 2
  3. 3
  4. 4
    Your first program, and how to run it ~20 min account needed
  5. 5
    Variables, numbers, text and input ~25 min account needed
  6. 6
  7. 7
  8. 8
    Functions: naming a piece of work ~25 min account needed
  9. 9
    Reading a real data file: CSV ~30 min account needed
  10. 10
  11. 11
    pip and virtual environments ~25 min account needed
  12. 12
Advertisement Yanjye Learn a new digital skill this week ICT, programming and professional courses with graded weekly assignments. Start free