Track
Certificate
Preparation for Data Science
4.5+
★★★★★
★★★★★
11 reviews
Intermediate
Track curriculum encompasses a collection of pivotal courses that provide foundational knowledge and skills essential for a successful journey in the field of data science. These courses encompass the comprehensive study of key concepts, tools, and methodologies integral to the realm of data analysis and modeling. Show more
python
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsTrusted by employees of leading companies
Learning track content
Module 2 / Вступ до NumPy
У цьому розділі ми познайомимося з тим, що таке бібліотека NumPy, а також навчимося створювати масив.
У цьому розділі ми познайомимося з масивами різної розмірності і зрозуміємо різницю між ними.
У цьому розділі ми згадаємо, що таке зрізи і навчимося використовувати їх для масивів різної розмірності. Ми також навчимося звертатися до елементів масиву за їхніми індексами.
- Доступ до Елементів МасивуPreview
- Челендж: Зіставте Математичні ОпераціїPreview
- Доступ до 2-вимірних та 3-вимірних МасивівPreview
- Челендж: Зіставте ЗрізиPreview
- Від'ємна ІндексаціяPreview
- Челендж: Зіставте ІндексиPreview
- Челендж: Отримайте Одновимірний Масив, Використовуючи Зріз і Тільки Додатні ІндексиPreview
- Челендж: Отримайте Одновимірний Масив, Використовуючи Лише Від'ємні ІндексиPreview
У цьому розділі ми дізнаємося, як змінювати форму масивів, а також як конкатенувати масив. Крім того, ми навчимося сортувати масив. Також ми дізнаємося про такий цікавий метод, який часто використовується для масивів, а саме: copy().
Module 3 / Getting into NumPy Basics
In this project, we will delve into the fundamentals of NumPy, exploring its core features and uncovering the reasons behind its significant impact on scientific computing.
Module 4 / Перші Кроки з Pandas
У цьому розділі ми дослідимо основи структур Series та DataFrame. Ви також дізнаєтеся про відмінності між цими двома типами структур.
- Що Таке Pandas?Preview
- СеріїPreview
- Виклик: Створення СеріїPreview
- DataFramePreview
- Вікторина: Створення СеріїPreview
- Вікторина: Створення DataFramePreview
- Додавання Нового СтовпцяPreview
- Вставка Нового СтовпцяPreview
- Видалення Рядка/СтовпцяPreview
- Вікторина: Відповідність ФункційPreview
- Робота зі СтовпцямиPreview
- Вікторина: Вилучення СтовпцівPreview
- Основи ilocPreview
- Виклик: Використання ilocPreview
Дані можуть бути отримані у різних форматах, таких як CSV, JSON, SQL, HTML та інші. З Pandas ви не обмежені одним форматом — ви можете працювати з даними з різних типів файлів. У цьому розділі ми зосередимося на форматах CSV та TXT.
Тут ви дізнаєтеся, як обробляти необроблені дані, видаляючи зайву інформацію та керуючи нульовими значеннями в наборі даних.
- Перегляд ДанихPreview
- Вікторина: Використання HeadPreview
- Вікторина: Head, Tail, і SamplePreview
- Дослідження Набору ДанихPreview
- Імена Стовпців та Типи ДанихPreview
- Пошук Нульових ЗначеньPreview
- Вікторина: Визначення Null ЗначеньPreview
- Виклик: Видалення Null ЗначеньPreview
- Виклик: Заповнення Нульових ЗначеньPreview
- Вікторина: Null ЗначенняPreview
- Опис ДанихPreview
- Max() та Min()Preview
- Вікторина: Статистичні ОпераціїPreview
- Sum() та Count()Preview
- Унікальні ЗначенняPreview
Module 5 / Advanced Techniques in pandas
This section will teach you how to output specific columns by their titles or indices. Also, you will get acquainted with the ways you can select rows by indices.
Here, you will learn how to extract data that has specific conditions. Also, you will learn how to combine them and even create your own.
In this section, you will expand your knowledge on setting different data conditions. You will learn to check if your data is in a defined list of values or between two values. You will also learn how to find the largest and smallest values.
This section is one of the most fascinating of the course. Here, you will learn how to group data in different ways. It will help you work as a data analyst to find out information on specific data groups.
This section is one of the most significant for a data analyst because if the data contains missing data values in the incorrect format, it will be impossible to work with. Thus, you will learn how to deal with such inappropriate values here.
- Checking for Missing ValuesPreview
- Calculating the Number of Missing ValuesPreview
- What Will We Do With the NaN Values?Preview
- How to Delete Only NaN Values?Preview
- Filling In the Missing ValuesPreview
- Managing Categorical VariablesPreview
- Checking the Column TypePreview
- Managing an Incorrect ColumnPreview
- Renaming the ColumnPreview
Module 6 / Unveiling the Power of Data Manipulation with Pandas
In this project, we are going to understand what Pandas is and why it is so powerful.
Module 7 / Mathematics for Data Analysis and Modeling
Let's start with some basic definitions and concepts we'll use later. Consider the idea of a function, a numerical sequence, and its sum, and also understand what a coordinate system's basis is.
The simplest and most commonly used type of relationship is the linear relationship. Linear algebra is a branch of higher mathematics entirely devoted to linear functions and linear spaces. Let's look at some of the most important topics in linear algebra: vectors, matrices, solving linear equations, and solving the spectral problem for matrices.
- Numerical Operations on Vectors and MatricesPreview
- Challenge: Calculate the Matrix Multiplication ResultPreview
- Matrix DeterminantPreview
- Scaling Factor of the Linear TransformationPreview
- Challenge: Figures' Linear TransformationsPreview
- Inversed and Transposed MatricesPreview
- System of Linear EquationsPreview
- Challenge: Solving the Task Using SLEPreview
- Eigenvalues and EigenvectorsPreview
Mathematical analysis is a discipline that allows you to analyze functions according to various criteria. Consider how to check numerical sequences for convergence, find the maximum/minimum values of functions, solve nonlinear equations, and use integrals to solve applied problems.
Module 8 / Probability Theory Basics
We will start our way of learning probability theory by considering some basic definitions and rules: what is a stochastic experiment and random event, what is independence and incompatibility of events in the context of probability theory, what is the probability and how can we calculate probabilities of different elementary events.
In real-life tasks, we often have to deal with complex relationships and, as a result, calculate probabilities of several events or events that depend on each other. Let's consider how we can do this using probability theory.
To solve many real problems in probability theory, special models have been created that describe a particular situation. Let's consider some of the most used models that can be used to describe some discrete results of stochastic experiments.
What if the result of a stochastic experiment cannot be described by a discrete value? For this, models that work with continuous values are used. Consider the most popular of these models.
Often we are faced with the task of checking the dependence of the results of different stochastic experiments on each other. Moreover, it is necessary not only to assess the presence of dependencies but also to somehow quantify the degree of dependencies. To solve these problems, we can use covariance and correlation.
Ця секція допоможе нам розібратися з першим реальним статистичним випадком: знаходженням довірчих інтервалів. Це вимагає знання NumPy, pandas, Matplotlib та бібліотеки Seaborn для обчислення математичних формул та побудови візуалізації! Щоб заохотити вас пройти цю секцію, я хочу зазначити, що ви зустрінетеся з невеликою кількістю теорії, але значною кількістю практики!
Невід'ємною частиною життя аналітика даних є перевірка статистичних гіпотез. Після завершення цього розділу ви зрозумієте ідею тестування в статистиці та зможете провести t-тест за допомогою Python.
Module 10 / Advanced Probability Theory
Now we will understand some fundamental theoretical concepts which are used in solving real live tasks: absolutely continuous and discrete random variables, probability density function, cumulative distribution function, the characteristics of a random variable, etc.
- Course OverviewPreview
- Absolutely Continuous and Discrete Random VariablesPreview
- Cumulative Distribution Functions and Probability Density FunctionsPreview
- Characteristics of Random VariablesPreview
- Random VectorsPreview
- Useful Properties of the Gaussian DistributionPreview
- Challenge: Detecting Outliers Using 3-Sigma RulePreview
The limit theorems of probability theory are fundamental laws of probability theory that are often used in practice in a wide variety of areas, such as: building confidence intervals, estimating distribution parameters, providing A/B testings, creating ensembles of ML models, etc. Now we will consider two of the most commonly used: the Law of Large Numbers and the Central Limit Theorem.
When we work with real data we usually do not know from which distribution this data was obtained. In order to determine this, we must be able to correctly estimate the parameters of this distribution and the type of distribution, which we will learn to do in this section.
- General population. Samples. Population parameters.Preview
- Momentum estimation. Maximum Likelihood EstimationPreview
- Challenge: Estimate Parameters of Chi-square DistributionPreview
- Unbiased EstimationPreview
- Challenge: Checking Bias of An Estimation Using SimulationPreview
- Consistent EstimationPreview
- Efficient EstimationPreview
- Confidence Intervals for Population ParametersPreview
- Challenge: Confidence Interval for Exponential Distribution ParameterPreview
We have already learned how to estimate the parameters of the population. But to estimate the parameter, we make an assumption about the population distribution. Can we say that our assumption is correct? How do we prove that the estimated parameters are the real parameters of the population? Can we show that two sets of samples are independent? To answer these questions, it is necessary to consider the concept of hypothesis testing.
- What is Statistic Hypothesis? Type 1 and Type 2 ErrorsPreview
- What is P-value?Preview
- Comparing Means of Two Different DatasetsPreview
- Challenge: Using CLT to Compare Mean Values of Non-Gaussian DatasetsPreview
- Challenge: Resampling Approach to Compare Mean Values of the DatasetsPreview
- Testing the Hypothesis of Independence of Two Random VariablesPreview
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Data Engineer
Certificate of Completion
Showcase your newly acquired skills. You've earned it
Discover more
Learning tracks
Лише для Ultimate
1 Курс
1 Проєкт
0 Task
Лише для Ultimate
7 Курсів
345 Завдань
Лише для Ultimate
5 Курсів
119 Завдань
Лише для Ultimate
5 Курсів
146 Завдань
Лише для Ultimate
4 Курсів
115 Завдань
Лише для Ultimate
6 Курсів
101 Завдань
Лише для Ultimate
6 Курсів
168 Завдань
Лише для Ultimate
5 Курсів
135 Завдань
Лише для Ultimate
2 Курсів
1 Проєкт
57 Завдань
Лише для Ultimate
7 Курсів
376 Завдань
Лише для Ultimate
4 Курсів
143 Завдань
Лише для Ultimate
5 Курсів
180 Завдань
Лише для Ultimate
5 Курсів
165 Завдань
Лише для Ultimate
6 Курсів
308 Завдань
Лише для Ultimate
6 Курсів
252 Завдань
Лише для Ultimate
2 Курсів
80 Завдань
Лише для Ultimate
7 Курсів
293 Завдань
Лише для Ultimate
1 Проєкт
0 Task
Лише для Ultimate
2 Курсів
21 Завдань
Лише для Ultimate
5 Курсів
111 Завдань
Лише для Ultimate
2 Курсів
0 Task
Лише для Ultimate
3 Курсів
39 Завдань
Лише для Ultimate
13 Курсів
555 Завдань
Лише для Ultimate
13 Курсів
555 Завдань
Лише для Ultimate
1 Курс
0 Task
Лише для Ultimate
0 Task
Лише для Ultimate
5 Курсів
139 Завдань
Лише для Ultimate
3 Курсів
71 Завдань
Лише для Ultimate
7 Курсів
282 Завдань
Лише для Ultimate
5 Курсів
239 Завдань
Лише для Ultimate
4 Курсів
125 Завдань
Лише для Ultimate
2 Курсів
33 Завдань
Лише для Ultimate
3 Курсів
119 Завдань
Лише для Ultimate
1 Курс
15 Завдань
Лише для Ultimate
3 Курсів
75 Завдань
Лише для Ultimate
3 Курсів
31 Завдань
Лише для Ultimate
2 Курсів
151 Завдань
Лише для Ultimate
3 Курсів
54 Завдань
Лише для Ultimate
2 Курсів
1 Проєкт
38 Завдань
Лише для Ultimate
3 Курсів
36 Завдань
Лише для Ultimate
2 Курсів
1 Проєкт
38 Завдань
Лише для Ultimate
5 Курсів
134 Завдань
Learning tracks
трек
TEST TRACK 12
Базовий
4.0
(6998)
трек
Full Stack Веб Розробка
Базовий
4.5
(58)
трек
Станьте React Розробником
Середній
4.9
(7)
трек
Аналіз та Візуалізація Даних на Python
Середній
4.6
(7)
трек
SQL з Нуля до Героя
Базовий
4.7
(93)
трек
С++ для Початківців
Базовий
4.4
(17)
трек
Python з Нуля до Героя
Базовий
4.7
(284)
трек
Основи Machine Learning
Середній
4.9
(7)
трек
Python Beyond Intermediate
Базовий
5.0
(1)
трек
Основи Java
Базовий
4.3
(9)
трек
Game Development with Unity
Базовий
4.6
(7)
трек
Become a Django Developer
Просунутий
4.4
(27)
трек
Flask for Dummies
Середній
4.5
(31)
трек
Основи Frontend Розробки
Базовий
4.6
(52)
трек
Web Developer from Zero to Hero
Базовий
4.6
(56)
трек
Deep Learning Odyssey
Просунутий
5.0
(3)
трек
Web Development with C#
Базовий
4.8
(98)
трек
TEST E2E TRACK BEGINNER
Базовий
трек
Test Track
Begginer
4.7
(3)
трек
Skilled Python BackEnd Developer
Просунутий
4.7
(261)
трек
Test Recalculate
Базовий
трек
Excel Essentials
Базовий
4.5
(33)
трек
Full-Stack .NET Developer Journey
Середній
4.8
(129)
трек
Full-Stack .NET Developer Journey
Середній
4.8
(129)
трек
Test track with rating
Просунутий
4.0
(4)
трек
TEST TEST TRACK
Базовий
трек
Data Analyst Foundation
Базовий
4.7
(111)
трек
C++ Mastery
Просунутий
трек
Java Web
Просунутий
4.5
(30)
трек
Become a QA Engineer
Базовий
4.5
(43)
трек
Video Production with Adobe
Базовий
трек
Digital Marketing Essentials
Базовий
трек
UI/UX Design Tools
Базовий
трек
Test image upload track
Базовий
трек
Essential Office Skills
Базовий
4.6
(24)
трек
GitHub from Zero to Hero
Базовий
трек
No-Code Website Development
Базовий
трек
C Programming & Low-Level Development
Базовий
трек
testes
Базовий
4.7
(3)
трек
Test translation track
Середній
трек
Test CMS Track
Базовий
4.7
(3)
трек
Python for Data Analysis
Середній
4.6
(9)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams