

Usikker på hvor
starte?
Track
Sertifikat
Preparation for Data Science
4.5+
★★★★★
★★★★★
11 omtaler
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. Vis mer
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 in a Nutshell
In this section we will get acquainted with what the NumPy library is, as well as learn how to create an array.
In this section we will get acquainted with arrays of different dimensions, and understand the difference between them.
In this section we should recall what slices are and learn how to make them for arrays of different dimensions. We shall also learn to refer to elements in an array using their indexes.
- Access Array ElementsForhåndsvisning
- Match Math OperationsForhåndsvisning
- Access 2-D and 3-D ArraysForhåndsvisning
- Match the SlicingForhåndsvisning
- Negative IndexingForhåndsvisning
- Match the IndicesForhåndsvisning
- Get One Dimensional Array Using Slice and Only Positive IndexesForhåndsvisning
- Get One Dimensional Array Using Only Negative IndexesForhåndsvisning
In this section we will learn how to reshape arrays and also how to concatenate an array. Moreover we will learn how to sort an array. Also we will learn about such an interesting method that is often used for arrays, namely: 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 First Steps
In this section, we'll explore the fundamentals of Series and DataFrame structures. You'll also learn about the distinctions between these two types of structures.
- What is pandas?Forhåndsvisning
- SeriesForhåndsvisning
- Challenge: Creating a SeriesForhåndsvisning
- DataFrameForhåndsvisning
- Quiz: Creating a SeriesForhåndsvisning
- Quiz: Creating a DataFrameForhåndsvisning
- Adding a New ColumnForhåndsvisning
- Inserting a New ColumnForhåndsvisning
- Deleting a Row/ColumnForhåndsvisning
- Quiz: Matching the FunctionsForhåndsvisning
- Working with ColumnsForhåndsvisning
- Quiz: Extracting ColumnsForhåndsvisning
- iloc BasicsForhåndsvisning
- Challenge: Using ilocForhåndsvisning
Data can be sourced in various formats, such as CSV, JSON, SQL, HTML, and more. With Pandas, you're not limited to a single format — you can work with data across a multitude of file types. In this chapter, we'll specifically focus on the CSV and TXT formats.
Here, you'll learn how to process raw data by removing extraneous information and managing null values in a dataset.
- Viewing the DataForhåndsvisning
- Quiz: Using HeadForhåndsvisning
- Quiz: Head, Tail, and SampleForhåndsvisning
- Exploring the DatasetForhåndsvisning
- Column Names and Data TypesForhåndsvisning
- Finding Null ValuesForhåndsvisning
- Quiz: Identifying Null ValuesForhåndsvisning
- Challenge: Dropping Null ValuesForhåndsvisning
- Challenge: Filling Null ValuesForhåndsvisning
- Quiz: Null ValuesForhåndsvisning
- Describing the DataForhåndsvisning
- max() and min()Forhåndsvisning
- Quiz: Statistical OperationsForhåndsvisning
- sum() and count()Forhåndsvisning
- Unique ValuesForhåndsvisning
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 ValuesForhåndsvisning
- Calculating the Number of Missing ValuesForhåndsvisning
- What Will We Do With the NaN Values?Forhåndsvisning
- How to Delete Only NaN Values?Forhåndsvisning
- Filling In the Missing ValuesForhåndsvisning
- Managing Categorical VariablesForhåndsvisning
- Checking the Column TypeForhåndsvisning
- Managing an Incorrect ColumnForhåndsvisning
- Renaming the ColumnForhåndsvisning
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 MatricesForhåndsvisning
- Challenge: Calculate the Matrix Multiplication ResultForhåndsvisning
- Matrix DeterminantForhåndsvisning
- Scaling Factor of the Linear TransformationForhåndsvisning
- Challenge: Figures' Linear TransformationsForhåndsvisning
- Inversed and Transposed MatricesForhåndsvisning
- System of Linear EquationsForhåndsvisning
- Challenge: Solving the Task Using SLEForhåndsvisning
- Eigenvalues and EigenvectorsForhåndsvisning
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.
- Derivative of the FunctionForhåndsvisning
- Partial Derivative of the FunctionForhåndsvisning
- Challenge: Solving Task Using DerivativeForhåndsvisning
- Optimization ProblemForhåndsvisning
- Challenge: Solving the Optimisation ProblemForhåndsvisning
- Gradient Descent MethodForhåndsvisning
- Challenge: Optimising Function Of Multiple VariablesForhåndsvisning
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.
- Stochastic Experiment and Random EventForhåndsvisning
- Probability and It's PropertiesForhåndsvisning
- Geometrical ProbabilityForhåndsvisning
- Challenge: Solving the Task Using Geometric ProbabilityForhåndsvisning
- Independence and Incompatibility of Random EventsForhåndsvisning
- Conditional ProbabilityForhåndsvisning
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.
- Inclusion-Exclusion PrincipleForhåndsvisning
- Challenge: Solving the Task Using Inclusion-Exclusion PrincipleForhåndsvisning
- The Multiplication Rule of ProbabilityForhåndsvisning
- Law of Total ProbabilityForhåndsvisning
- Bayes' TheoremForhåndsvisning
- Challenge: Solving the Task Using Bayes' TheoremForhåndsvisning
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.
Module 9 / Learning Statistics with Python
- Sample vs PopulationForhåndsvisning
- Types of StatisticsForhåndsvisning
- Types of DataForhåndsvisning
- Mean ValueForhåndsvisning
- Median ValueForhåndsvisning
- Median Value of the Even Number of ValuesForhåndsvisning
- Mean or MedianForhåndsvisning
- Mode ValueForhåndsvisning
- Descriptive Statistics QuizForhåndsvisning
This section will help us deal with the first real statistical case: finding confidence intervals. It requires knowledge of NumPy, pandas, Matplotlib, and Seaborn library to calculate math formulas and build visualization! To encourage you to pass this section, I want to point out that you will run across a small amount of theory but a significant amount of practice!
- Explore the Data SetForhåndsvisning
- Confidence IntervalForhåndsvisning
- Calculating Confidence Interval with PythonForhåndsvisning
- Confidence Interval Width QuizForhåndsvisning
- Calculate 95% Confidence IntervalForhåndsvisning
- Advanced Confidence Interval Calculation with PythonForhåndsvisning
- Match the FunctionsForhåndsvisning
An inseparable part of a data analyst's life is conducting hypothesis testing. After completing this section, you will understand the idea behind testing in statistics and will be able to conduct a t-test using 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 OverviewForhåndsvisning
- Absolutely Continuous and Discrete Random VariablesForhåndsvisning
- Cumulative Distribution Functions and Probability Density FunctionsForhåndsvisning
- Characteristics of Random VariablesForhåndsvisning
- Random VectorsForhåndsvisning
- Useful Properties of the Gaussian DistributionForhåndsvisning
- Challenge: Detecting Outliers Using 3-Sigma RuleForhåndsvisning
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.Forhåndsvisning
- Momentum estimation. Maximum Likelihood EstimationForhåndsvisning
- Challenge: Estimate Parameters of Chi-square DistributionForhåndsvisning
- Unbiased EstimationForhåndsvisning
- Challenge: Checking Bias of An Estimation Using SimulationForhåndsvisning
- Consistent EstimationForhåndsvisning
- Efficient EstimationForhåndsvisning
- Confidence Intervals for Population ParametersForhåndsvisning
- Challenge: Confidence Interval for Exponential Distribution ParameterForhåndsvisning
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 ErrorsForhåndsvisning
- What is P-value?Forhåndsvisning
- Comparing Means of Two Different DatasetsForhåndsvisning
- Challenge: Using CLT to Compare Mean Values of Non-Gaussian DatasetsForhåndsvisning
- Challenge: Resampling Approach to Compare Mean Values of the DatasetsForhåndsvisning
- Testing the Hypothesis of Independence of Two Random VariablesForhåndsvisning
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
Det viktigste er å lære og ikke gi opp
Materialet er bra, det er mye å lære, alt for å bli bedre, og det viktigste er å lære det du ønsker....
Matteo Comune
Takket være dem lærer jeg mye…
Takket være dem lærer jeg mye raskere fordi de hjelper deg med å forstå alt fra grunnen av. Det er den beste nettsiden for folk uten IT-bakgrunn...
Yuliana Cadavid
Flott kurs for nybegynnere
Flott kurs for nybegynnere, de tester kunnskapen din i hver leksjon....
Elpunzon
Jeg nyter min Codefinity-opplevelse…
Jeg nyter min Codefinity-opplevelse med å lære Python. Den selvstyrte læringsmåten er flott fordi jeg kan tilpasse den til timeplanen min...
Alexandru Alexandru
Det er hyggelig å lære fra Codefinity
Det er hyggelig å lære fra Codefinity. Det er enkelt og har gode eksempler på det jeg lærte her...
jacob Templet
Easy to follow along with and provides…
Lett å følge med på og gir utfordring i hverdagen min. Utfordringen får meg til å ville lære dag etter dag...
Elan
Codefinity er et omfattende læringsverktøy…
Codefinity er et omfattende læringsverktøy som hjelper deg med å utvikle ferdighetene dine som programvareingeniør eller datavitenskapsmann. Øvelsene er morsomme og en god måte å skjerpe ferdighetene dine på...
Thibault
Første gang jeg lærer å programmere
Første gang jeg lærer å programmere og lykkes med det takket være Codefinity – Takk!...
Adrien Morel
Godt designet for totale nybegynnere
Godt designet for totale nybegynnere, med inkrementell fremgang som gir meg selvtillit....
_Gracy
det er rett og slett perfekt forklart.
Det er rett og slett perfekt forklart! Så langt har jeg ikke opplevd noen vanskeligheter fordi alt er så godt organisert....
Ruslan Kravchuk
Det viktigste er å lære og ikke gi opp
Materialet er bra, det er mye å lære, alt for å bli bedre, og det viktigste er å lære det du ønsker....
Matteo Comune
Takket være dem lærer jeg mye…
Takket være dem lærer jeg mye raskere fordi de hjelper deg med å forstå alt fra grunnen av. Det er den beste nettsiden for folk uten IT-bakgrunn...
Yuliana Cadavid
Flott kurs for nybegynnere
Flott kurs for nybegynnere, de tester kunnskapen din i hver leksjon....
Elpunzon
Jeg nyter min Codefinity-opplevelse…
Jeg nyter min Codefinity-opplevelse med å lære Python. Den selvstyrte læringsmåten er flott fordi jeg kan tilpasse den til timeplanen min...
Alexandru Alexandru
Det er hyggelig å lære fra Codefinity
Det er hyggelig å lære fra Codefinity. Det er enkelt og har gode eksempler på det jeg lærte her...
jacob Templet
Easy to follow along with and provides…
Lett å følge med på og gir utfordring i hverdagen min. Utfordringen får meg til å ville lære dag etter dag...
Elan
Codefinity er et omfattende læringsverktøy…
Codefinity er et omfattende læringsverktøy som hjelper deg med å utvikle ferdighetene dine som programvareingeniør eller datavitenskapsmann. Øvelsene er morsomme og en god måte å skjerpe ferdighetene dine på...
Thibault
Første gang jeg lærer å programmere
Første gang jeg lærer å programmere og lykkes med det takket være Codefinity – Takk!...
Adrien Morel
Godt designet for totale nybegynnere
Godt designet for totale nybegynnere, med inkrementell fremgang som gir meg selvtillit....
_Gracy
det er rett og slett perfekt forklart.
Det er rett og slett perfekt forklart! Så langt har jeg ikke opplevd noen vanskeligheter fordi alt er så godt organisert....
Data Engineer
Sertifikat for fullføring
Vis frem dine nyervervede ferdigheter. Du har fortjent det
Discover more
Learning tracks
Kun for Ultimate
1 Kurs
1 Prosjekt
0 Task
Kun for Ultimate
7 Kurs
345 Oppgaver
Kun for Ultimate
5 Kurs
119 Oppgaver
Kun for Ultimate
5 Kurs
146 Oppgaver
Kun for Ultimate
4 Kurs
115 Oppgaver
Kun for Ultimate
6 Kurs
101 Oppgaver
Kun for Ultimate
6 Kurs
168 Oppgaver
Kun for Ultimate
5 Kurs
135 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
57 Oppgaver
Kun for Ultimate
7 Kurs
376 Oppgaver
Kun for Ultimate
4 Kurs
143 Oppgaver
Kun for Ultimate
5 Kurs
180 Oppgaver
Kun for Ultimate
5 Kurs
165 Oppgaver
Kun for Ultimate
6 Kurs
308 Oppgaver
Kun for Ultimate
6 Kurs
252 Oppgaver
Kun for Ultimate
2 Kurs
80 Oppgaver
Kun for Ultimate
7 Kurs
293 Oppgaver
Kun for Ultimate
1 Prosjekt
0 Task
Kun for Ultimate
2 Kurs
21 Oppgaver
Kun for Ultimate
5 Kurs
111 Oppgaver
Kun for Ultimate
2 Kurs
0 Task
Kun for Ultimate
3 Kurs
39 Oppgaver
Kun for Ultimate
13 Kurs
555 Oppgaver
Kun for Ultimate
13 Kurs
555 Oppgaver
Kun for Ultimate
1 Kurs
0 Task
Kun for Ultimate
0 Task
Kun for Ultimate
5 Kurs
139 Oppgaver
Kun for Ultimate
3 Kurs
71 Oppgaver
Kun for Ultimate
7 Kurs
282 Oppgaver
Kun for Ultimate
5 Kurs
239 Oppgaver
Kun for Ultimate
4 Kurs
125 Oppgaver
Kun for Ultimate
2 Kurs
33 Oppgaver
Kun for Ultimate
3 Kurs
119 Oppgaver
Kun for Ultimate
1 Kurs
15 Oppgaver
Kun for Ultimate
3 Kurs
75 Oppgaver
Kun for Ultimate
3 Kurs
31 Oppgaver
Kun for Ultimate
2 Kurs
151 Oppgaver
Kun for Ultimate
3 Kurs
56 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
38 Oppgaver
Kun for Ultimate
3 Kurs
36 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
38 Oppgaver
Kun for Ultimate
5 Kurs
134 Oppgaver
Learning tracks
spor
TEST TRACK 12
Nybegynner
4.0
(7146)
spor
Full Stack Web Development
Nybegynner
4.5
(58)
spor
Become a React Developer
Middelsnivå
4.9
(7)
spor
Mastering Data Visualization
Middelsnivå
4.6
(7)
spor
SQL from Zero to Hero
Nybegynner
4.7
(93)
spor
С++ Essentials
Nybegynner
4.4
(17)
spor
Python from Zero to Hero
Nybegynner
4.7
(284)
spor
Supervised Machine Learning
Middelsnivå
4.9
(7)
spor
Python Beyond Intermediate
Nybegynner
5.0
(1)
spor
Java Essentials
Nybegynner
4.3
(9)
spor
Game Development with Unity
Nybegynner
4.6
(7)
spor
Become a Django Developer
Avansert
4.4
(27)
spor
Flask for Dummies
Middelsnivå
4.5
(31)
spor
Frontend Development Foundations
Nybegynner
4.6
(52)
spor
Web Developer from Zero to Hero
Nybegynner
4.6
(56)
spor
Deep Learning Odyssey
Avansert
5.0
(3)
spor
Web Development with C#
Nybegynner
4.8
(98)
spor
TEST E2E TRACK BEGINNER
Nybegynner
spor
Test Track
Begginer
4.7
(3)
spor
Skilled Python BackEnd Developer
Avansert
4.7
(261)
spor
Test Recalculate
Nybegynner
spor
Excel Essentials
Nybegynner
4.5
(33)
spor
Full-Stack .NET Developer Journey
Middelsnivå
4.8
(129)
spor
Full-Stack .NET Developer Journey
Middelsnivå
4.8
(129)
spor
Test track with rating
Avansert
4.0
(4)
spor
TEST TEST TRACK
Nybegynner
spor
Data Analyst Foundation
Nybegynner
4.7
(111)
spor
C++ Mastery
Avansert
spor
Java Web
Avansert
4.5
(30)
spor
Become a QA Engineer
Nybegynner
4.5
(43)
spor
Video Production with Adobe
Nybegynner
spor
Digital Marketing Essentials
Nybegynner
spor
UI/UX Design Tools
Nybegynner
spor
Test image upload track
Nybegynner
spor
Essential Office Skills
Nybegynner
4.6
(24)
spor
GitHub from Zero to Hero
Nybegynner
spor
No-Code Website Development
Nybegynner
spor
C Programming & Low-Level Development
Nybegynner
spor
testes
Nybegynner
4.7
(3)
spor
Test translation track
Middelsnivå
spor
Test CMS Track
Nybegynner
4.7
(3)
spor
Python for Data Analysis
Middelsnivå
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