What is this programme?
The Introduction to Data Science Certificate is an entry-level online programme that teaches the practical data workflow: cleaning messy datasets, querying tables with SQL, summarising data with descriptive statistics, building exploratory charts, and running a first regression or clustering model in Python. It assumes no programming or mathematics background and is studied independently through written material delivered in a secure student panel, with a final assessment before the certificate is issued. The document awarded is a certificate of completion from ecertificate.pro, an independent training provider — it is not an accredited, regulated or state-approved qualification, it carries no academic credit, and it does not license the holder to practise any profession. There is currently no public database in which the certificate can be looked up, so it is best treated as documented evidence of self-directed study to support a CV or an internal development plan rather than as a formal credential.
Who it is for
Complete beginners who work with numbers or reports and want to move from manual spreadsheet work to structured analysis — administrators, marketing and operations staff, students, and career changers exploring analytics before committing to a longer path. It is not suitable for people who already write production Python or SQL daily.
What you will be able to do
- Clean a raw dataset by resolving missing values, duplicate rows, inconsistent date formats and mixed data types before any analysis begins
- Write SQL queries using SELECT, WHERE, ORDER BY, JOIN, GROUP BY and aggregate functions to answer a specific business question from relational tables
- Summarise a dataset with descriptive statistics — mean, median, standard deviation, quartiles, outliers — and explain when the median describes reality better than the mean
- Produce exploratory charts (histogram, box plot, scatter plot, time series) and select the chart type that matches the question rather than the one that looks impressive
- Build and interpret a simple linear regression and a k-means clustering run in Python using DataFrames, including reading the output critically
- Recognise the standard analytical failure modes: sampling bias, correlation mistaken for causation, overfitting, truncated axes and survivorship bias
Modules
-
1
What Data Science Is and Is Not The practical scope of the field and how the analyst, data scientist and data engineer roles differ in day-to-day work. Introduces the working cycle used throughout the programme: define the question, source the data, clean it, analyse it, communicate the finding, then check whether the finding actually answered the original question.
-
2
Raw Data and the Cleaning Stage CSV, JSON and spreadsheet exports; delimiters, character encoding problems and header rows. Covers data types, null versus zero versus empty string, deduplication, standardising categorical labels, unit and currency consistency, and writing a simple data dictionary so a dataset stays usable months later.
-
3
Querying Data With SQL Tables, rows, primary and foreign keys, and why data is split across tables. Practical query building with SELECT, WHERE, ORDER BY and LIMIT, then INNER and LEFT JOIN, GROUP BY with COUNT, SUM and AVG, HAVING versus WHERE, and basic subqueries. Includes reading someone else's query and predicting its output.
-
4
Descriptive Statistics and Probability Basics Measures of centre and spread, percentiles, skewed distributions and why the average salary is usually the wrong number to quote. Covers the normal distribution, sampling and sample size intuition, variability between samples, and confidence intervals explained in plain language without formal proofs.
-
5
Python for Data Analysis Setting up a notebook environment, variables, lists, dictionaries and loops kept to the minimum needed for analysis. Then tabular work: loading a file into a DataFrame, inspecting shape and types, filtering rows, creating derived columns, grouping and aggregating, merging two tables, and plotting directly from the DataFrame.
-
6
First Models and Honest Interpretation Supervised versus unsupervised learning, features and target variables, and the train/test split. Fits a linear regression and a k-means clustering model, then reads the results: coefficients, error terms, cluster sizes, accuracy, precision and recall, and the confusion matrix. Closes on overfitting and on stating clearly what a model cannot tell you.
How it works
Learning format
Self-paced written material, downloaded from your dashboard. No fixed schedule and no live sessions — you work through it when it suits you.
Material delivery
Everything appears in your dashboard as soon as your payment is confirmed. Files are served only to your signed-in session.
Prerequisites
No prior programming, statistics or database experience is required. You need comfortable arithmetic, the ability to read English technical material, and a computer with a stable internet connection capable of running a free notebook environment (browser-based options are covered in the setup section). Basic familiarity with a spreadsheet is helpful but not assumed.
Completion
All material is delivered inside your secure student panel and studied at your own pace, with short knowledge checks at the end of each module. Once you have worked through every module and passed the final assessment, the completion certificate is prepared and uploaded to your panel within 24-48 hours, and you are notified by email when it is available to download.
Your certificate
Once your completion is confirmed, we prepare your certificate and upload it to your dashboard, normally within 24–48 hours. You receive an e-mail as soon as it is there — you never have to chase it.
Refunds
Because the material is delivered digitally and immediately, purchases are non-refundable once the files have been made available to your account. The full terms are in our Refund Policy.