

Incerto da dove
iniziare?
Track
Certificato
Preparation for Data Science
4.7+
★★★★★
★★★★★
1042 recensioni
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. Mostra di più
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 ElementsAnteprima
- Match Math OperationsAnteprima
- Access 2-D and 3-D ArraysAnteprima
- Match the SlicingAnteprima
- Negative IndexingAnteprima
- Match the IndicesAnteprima
- Get One Dimensional Array Using Slice and Only Positive IndexesAnteprima
- Get One Dimensional Array Using Only Negative IndexesAnteprima
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 / Primi Passi con Pandas
In questa sezione, esploreremo i fondamenti delle strutture Series e DataFrame. Imparerai anche le differenze tra questi due tipi di strutture.
- Cos'è Pandas?Anteprima
- SerieAnteprima
- Sfida: Creare una SerieAnteprima
- DataFrameAnteprima
- Quiz: Creazione di una SerieAnteprima
- Quiz: Creazione di un DataFrameAnteprima
- Aggiungere una Nuova ColonnaAnteprima
- Inserimento di una Nuova ColonnaAnteprima
- Eliminare una Riga/ColonnaAnteprima
- Quiz: Abbinare le FunzioniAnteprima
- Lavorare con le ColonneAnteprima
- Quiz: Estrazione ColonneAnteprima
- Basi di ilocAnteprima
- Sfida: Utilizzo di ilocAnteprima
I dati possono essere ottenuti in vari formati, come CSV, JSON, SQL, HTML e altri. Con Pandas, non sei limitato a un solo formato: puoi lavorare con dati provenienti da una moltitudine di tipi di file. In questo capitolo, ci concentreremo specificamente sui formati CSV e TXT.
Qui, imparerai come elaborare i dati grezzi rimuovendo le informazioni superflue e gestendo i valori nulli in un dataset.
- Visualizzazione dei DatiAnteprima
- Quiz: Utilizzo di HeadAnteprima
- Quiz: Head, Tail e SampleAnteprima
- Esplorare il DatasetAnteprima
- Nomi delle Colonne e Tipi di DatiAnteprima
- Trovare Valori NulliAnteprima
- Quiz: Identificare i Valori NulliAnteprima
- Sfida: Eliminare i Valori NulliAnteprima
- Sfida: Riempire i Valori NulliAnteprima
- Quiz: Valori NulliAnteprima
- Descrivere i DatiAnteprima
- Max() e Min()Anteprima
- Quiz: Operazioni StatisticheAnteprima
- Sum() e Count()Anteprima
- Valori UniciAnteprima
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 ValuesAnteprima
- Calculating the Number of Missing ValuesAnteprima
- What Will We Do With the NaN Values?Anteprima
- How to Delete Only NaN Values?Anteprima
- Filling In the Missing ValuesAnteprima
- Managing Categorical VariablesAnteprima
- Checking the Column TypeAnteprima
- Managing an Incorrect ColumnAnteprima
- Renaming the ColumnAnteprima
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 MatricesAnteprima
- Challenge: Calculate the Matrix Multiplication ResultAnteprima
- Matrix DeterminantAnteprima
- Scaling Factor of the Linear TransformationAnteprima
- Challenge: Figures' Linear TransformationsAnteprima
- Inversed and Transposed MatricesAnteprima
- System of Linear EquationsAnteprima
- Challenge: Solving the Task Using SLEAnteprima
- Eigenvalues and EigenvectorsAnteprima
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 FunctionAnteprima
- Partial Derivative of the FunctionAnteprima
- Challenge: Solving Task Using DerivativeAnteprima
- Optimization ProblemAnteprima
- Challenge: Solving the Optimisation ProblemAnteprima
- Gradient Descent MethodAnteprima
- Challenge: Optimising Function Of Multiple VariablesAnteprima
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.
Questa sezione ci aiuterà ad affrontare il primo vero caso statistico: la determinazione degli intervalli di confidenza. È richiesta la conoscenza delle librerie NumPy, pandas, Matplotlib e Seaborn per calcolare formule matematiche e realizzare visualizzazioni. Per motivarti a completare questa sezione, voglio sottolineare che incontrerai una piccola parte teorica ma una notevole quantità di pratica!
- Esplorare il Set di DatiAnteprima
- Intervallo di ConfidenzaAnteprima
- Calcolo dell'Intervallo di Confidenza con PythonAnteprima
- Quiz Sulla Larghezza dell'Intervallo di ConfidenzaAnteprima
- Calcolare l'Intervallo di Confidenza al 95%Anteprima
- Calcolo Avanzato dell'Intervallo di Confidenza con PythonAnteprima
- Abbina le FunzioniAnteprima
Una parte imprescindibile del lavoro di un data analyst è la conduzione di test di ipotesi. Al termine di questa sezione, comprenderai il concetto alla base dei test in statistica e sarai in grado di eseguire un t-test utilizzando 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 OverviewAnteprima
- Absolutely Continuous and Discrete Random VariablesAnteprima
- Cumulative Distribution Functions and Probability Density FunctionsAnteprima
- Characteristics of Random VariablesAnteprima
- Random VectorsAnteprima
- Useful Properties of the Gaussian DistributionAnteprima
- Challenge: Detecting Outliers Using 3-Sigma RuleAnteprima
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.Anteprima
- Momentum estimation. Maximum Likelihood EstimationAnteprima
- Challenge: Estimate Parameters of Chi-square DistributionAnteprima
- Unbiased EstimationAnteprima
- Challenge: Checking Bias of An Estimation Using SimulationAnteprima
- Consistent EstimationAnteprima
- Efficient EstimationAnteprima
- Confidence Intervals for Population ParametersAnteprima
- Challenge: Confidence Interval for Exponential Distribution ParameterAnteprima
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 ErrorsAnteprima
- What is P-value?Anteprima
- Comparing Means of Two Different DatasetsAnteprima
- Challenge: Using CLT to Compare Mean Values of Non-Gaussian DatasetsAnteprima
- Challenge: Resampling Approach to Compare Mean Values of the DatasetsAnteprima
- Testing the Hypothesis of Independence of Two Random VariablesAnteprima
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
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Ruslan Kravchuk
La cosa principale è imparare e non arrendersi
Il materiale è buono, c'è tanto da imparare, tutto per migliorarsi, e la cosa principale è imparare ciò che desideri....
Matteo Comune
Grazie a loro sto imparando molto…
Grazie a loro sto imparando molto più rapidamente perché ti aiutano a comprendere tutto da zero. È il miglior sito web per chi non ha background in IT...
Yuliana Cadavid
ottimo corso per principianti
ottimo corso per principianti, mettono alla prova le tue conoscenze in ogni lezione...
Elpunzon
Sto apprezzando la mia esperienza su Codefinity…
Sto apprezzando la mia esperienza di apprendimento di Python con Codefinity. Il metodo di studio autodidatta è fantastico perché posso adattarlo al mio orario...
Alexandru Alexandru
È piacevole imparare da Codefinity
È piacevole imparare da Codefinity. È facile e offre buoni esempi di quanto appreso qui...
jacob Templet
Easy to follow along with and provides…
Facile da seguire e offre una sfida nella mia vita quotidiana. La sfida mi motiva a imparare giorno dopo giorno...
Elan
Codefinity è uno strumento di apprendimento completo…
Codefinity è uno strumento di apprendimento completo che ti aiuta a sviluppare le tue competenze come ingegnere del software o data scientist. Gli esercizi sono divertenti e un ottimo modo per affinare le tue abilità...
Thibault
Prima volta che impari a programmare
La prima volta che ho imparato a programmare e ci sono riuscito con Codefinity - Grazie...
Adrien Morel
Ben progettato per principianti assoluti
Ben progettato per principianti assoluti, con un progresso incrementale che mi dà fiducia....
_Gracy
è semplicemente perfettamente spiegato
È semplicemente perfettamente spiegato! Finora non ho incontrato alcuna difficoltà perché tutto è così ben organizzato....
Data Engineer
Certificato di Completamento
Mostra le abilità che hai acquisite recentemente. Te lo sei guadagnato
Discover more
Learning tracks
Solo per Ultimate
7 Corsi
293 Compiti
Solo per Ultimate
6 Corsi
196 Compiti
Solo per Ultimate
4 Corsi
115 Compiti
Solo per Ultimate
6 Corsi
101 Compiti
Solo per Ultimate
4 Corsi
143 Compiti
Solo per Ultimate
5 Corsi
119 Compiti
Solo per Ultimate
3 Corsi
38 Compiti
Solo per Ultimate
7 Corsi
376 Compiti
Solo per Ultimate
2 Corsi
1 Progetto
57 Compiti
Solo per Ultimate
7 Corsi
346 Compiti
Solo per Ultimate
6 Corsi
309 Compiti
Solo per Ultimate
5 Corsi
146 Compiti
Solo per Ultimate
5 Corsi
135 Compiti
Solo per Ultimate
3 Corsi
71 Compiti
Solo per Ultimate
6 Corsi
239 Compiti
Solo per Ultimate
5 Corsi
239 Compiti
Solo per Ultimate
4 Corsi
125 Compiti
Solo per Ultimate
3 Corsi
119 Compiti
Solo per Ultimate
3 Corsi
75 Compiti
Solo per Ultimate
4 Corsi
159 Compiti
Solo per Ultimate
4 Corsi
154 Compiti
Learning tracks
traccia
Sviluppo Web con C#
Principiante
4.8
(2370)
traccia
Python da Zero a Eroe
Principiante
4.7
(8824)
traccia
SQL da Zero a Eroe
Principiante
4.7
(2604)
traccia
Fondamenti di C++
Principiante
4.4
(494)
traccia
Sviluppo di Giochi con Unity
Principiante
4.7
(77)
traccia
Diventa uno Sviluppatore React
Intermedio
4.7
(67)
traccia
Fondamenti di Excel
Principiante
4.7
(310)
traccia
Fondamenti di Java
Principiante
4.7
(200)
traccia
Python Oltre l'Intermedio
Principiante
4.7
(69)
traccia
Sviluppo Web Full Stack
Principiante
4.7
(864)
traccia
Fondamenti Dello Sviluppo Frontend
Principiante
4.7
(836)
traccia
Padroneggiare la Visualizzazione dei Dati
Intermedio
4.7
(572)
traccia
Apprendimento Supervisionato delle Macchine
Intermedio
4.6
(125)
traccia
Padronanza di C++
Avanzato
4.8
(16)
traccia
Java Web
Avanzato
4.7
(1173)
traccia
Diventa un Ingegnere QA
Principiante
4.7
(728)
traccia
Produzione Video con Adobe
Principiante
5.0
(5)
traccia
Strumenti di Design UI/UX
Principiante
4.8
(5)
traccia
Competenze Essenziali per l'Ufficio
Principiante
4.8
(246)
traccia
Digital Marketing Essentials
Principiante
5.0
(3)
traccia
Complete Social Media Management
Principiante
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