

Usikker på hvor
starte?
Track
Sertifikat
Preparation for Data Science
4.7+
★★★★★
★★★★★
1042 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 Første Steg
I denne delen skal vi utforske det grunnleggende i Series- og DataFrame-strukturer. Du vil også lære om forskjellene mellom disse to typene strukturer.
- Hva er Pandas?Forhåndsvisning
- SerierForhåndsvisning
- Utfordring: Opprette en SerieForhåndsvisning
- DataFrameForhåndsvisning
- Quiz: Opprette en SerieForhåndsvisning
- Quiz: Opprette en DataFrameForhåndsvisning
- Legge til en Ny KolonneForhåndsvisning
- Sette Inn en Ny KolonneForhåndsvisning
- Slette en Rad/KolonneForhåndsvisning
- Quiz: Sammenligning av FunksjoneneForhåndsvisning
- Arbeide med KolonnerForhåndsvisning
- Quiz: Hente KolonnerForhåndsvisning
- Iloc-GrunnleggendeForhåndsvisning
- Utfordring: Bruke ilocForhåndsvisning
Data kan hentes i ulike formater, som CSV, JSON, SQL, HTML og mer. Med Pandas er du ikke begrenset til ett enkelt format — du kan arbeide med data fra en rekke filtyper. I dette kapittelet vil vi spesielt fokusere på CSV- og TXT-formatene.
Her vil du lære hvordan du behandler rådata ved å fjerne overflødig informasjon og håndtere nullverdier i et datasett.
- Vise DataeneForhåndsvisning
- Quiz: Bruke HeadForhåndsvisning
- Quiz: Head, Tail og SampleForhåndsvisning
- Utforske DatasettetForhåndsvisning
- Kolonnenavn og DatatyperForhåndsvisning
- Finne NullverdierForhåndsvisning
- Quiz: Identifisere NullverdierForhåndsvisning
- Utfordring: Fjerne NullverdierForhåndsvisning
- Utfordring: Fylle NullverdierForhåndsvisning
- Quiz: NullverdierForhåndsvisning
- Beskriver DataeneForhåndsvisning
- Max() og Min()Forhåndsvisning
- Quiz: Statistiske OperasjonerForhåndsvisning
- Sum() og Count()Forhåndsvisning
- Unike VerdierForhå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 / Lære Statistikk med Python
- Utvalg vs PopulasjonForhåndsvisning
- Typer av statistikkForhåndsvisning
- DatatyperForhåndsvisning
- GjennomsnittForhåndsvisning
- MedianverdiForhåndsvisning
- Medianverdi for Et Partall av VerdierForhåndsvisning
- Gjennomsnitt eller MedianForhåndsvisning
- TypetallForhåndsvisning
- Quiz om Beskrivende StatistikkForhåndsvisning
Denne delen vil hjelpe oss med å håndtere det første reelle statistiske tilfellet: å finne konfidensintervaller. Det krever kunnskap om NumPy, pandas, Matplotlib og Seaborn-biblioteket for å beregne matematiske formler og lage visualiseringer. For å motivere deg til å gjennomføre denne delen, vil jeg påpeke at du vil møte en liten mengde teori, men en betydelig mengde praksis!
- Utforsk DatasettetForhåndsvisning
- KonfidensintervallForhåndsvisning
- Beregning av Konfidensintervall med PythonForhåndsvisning
- Quiz om KonfidensintervallbreddeForhåndsvisning
- Beregn 95 % KonfidensintervallForhåndsvisning
- Avansert Beregning av Konfidensintervall med PythonForhåndsvisning
- Matche FunksjoneneForhåndsvisning
En uatskillelig del av en dataanalytikers hverdag er å gjennomføre hypotesetesting. Etter å ha fullført denne delen vil du forstå ideen bak testing i statistikk og kunne utføre en t-test ved hjelp av 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
7 Kurs
293 Oppgaver
Kun for Ultimate
6 Kurs
196 Oppgaver
Kun for Ultimate
4 Kurs
115 Oppgaver
Kun for Ultimate
6 Kurs
101 Oppgaver
Kun for Ultimate
4 Kurs
143 Oppgaver
Kun for Ultimate
5 Kurs
119 Oppgaver
Kun for Ultimate
3 Kurs
38 Oppgaver
Kun for Ultimate
7 Kurs
376 Oppgaver
Kun for Ultimate
2 Kurs
1 Prosjekt
57 Oppgaver
Kun for Ultimate
7 Kurs
346 Oppgaver
Kun for Ultimate
6 Kurs
309 Oppgaver
Kun for Ultimate
5 Kurs
146 Oppgaver
Kun for Ultimate
5 Kurs
135 Oppgaver
Kun for Ultimate
3 Kurs
71 Oppgaver
Kun for Ultimate
6 Kurs
239 Oppgaver
Kun for Ultimate
5 Kurs
239 Oppgaver
Kun for Ultimate
4 Kurs
125 Oppgaver
Kun for Ultimate
3 Kurs
119 Oppgaver
Kun for Ultimate
3 Kurs
75 Oppgaver
Kun for Ultimate
4 Kurs
159 Oppgaver
Kun for Ultimate
4 Kurs
154 Oppgaver
Learning tracks
spor
Webutvikling med C#
Nybegynner
4.8
(2370)
spor
Python fra Null til Helt
Nybegynner
4.7
(8824)
spor
SQL fra Nybegynner til Ekspert
Nybegynner
4.7
(2604)
spor
C++-Grunnleggende
Nybegynner
4.4
(494)
spor
Spillutvikling med Unity
Nybegynner
4.7
(77)
spor
Bli en React-Utvikler
Middelsnivå
4.7
(67)
spor
Excel-Essensielt
Nybegynner
4.7
(310)
spor
Java Essensielt
Nybegynner
4.7
(200)
spor
Python Utover Mellomnivå
Nybegynner
4.7
(69)
spor
Full Stack Webutvikling
Nybegynner
4.7
(864)
spor
Grunnleggende Innen Frontend-Utvikling
Nybegynner
4.7
(836)
spor
Mestring av Datavisualisering
Middelsnivå
4.7
(572)
spor
Overvåket Maskinlæring
Middelsnivå
4.6
(125)
spor
C++ Mastery
Avansert
4.8
(16)
spor
Java Web
Avansert
4.7
(1173)
spor
Bli en QA-Ingeniør
Nybegynner
4.7
(728)
spor
Video Production With Adobe
Nybegynner
5.0
(5)
spor
UI/UX Designverktøy
Nybegynner
4.8
(5)
spor
Essensielle Kontorferdigheter
Nybegynner
4.8
(246)
spor
Digital Marketing Essentials
Nybegynner
5.0
(3)
spor
Complete Social Media Management
Nybegynner
5.0
(1)
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