

Usikker på hvor
starte?
Track
Certifikat!
Python for Data Analysis
4.6+
★★★★★
★★★★★
9 anmeld.
Intermediate
This track will guide you from beginner to advanced levels in data analysis using Python. You will learn how to work with NumPy and Pandas, build powerful visualizations, and apply mathematical methods for data analysis. Vis nu mere
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 TeamsWhat you will learn
- Master NumPy and Pandas for efficient data manipulation
- Visualize data effectively using advanced techniques
- Apply probability theory and mathematical modeling for analysis
- 145 chapters
- 17 hours
- 134 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Ultimate NumPy
First of all, we will discuss the applications of NumPy and why it is popular. Afterwards you will learn various possible options to create different arrays in NumPy.
It's now time to learn how to use index notation to retrieve specific elements or subsets of data from arrays. You will also learn how to use indices to retrieve data based on certain conditions and handle missing values.
- Basic IndexingForhåndsvisning
- Multidimensional IndexingForhåndsvisning
- SlicingForhåndsvisning
- Slicing in 2D ArraysForhåndsvisning
- Integer Array IndexingForhåndsvisning
- Boolean IndexingForhåndsvisning
- More about ComparisonsForhåndsvisning
- Boolean Indexing in 2D ArraysForhåndsvisning
- Assigning Values to Indexed ElementsForhåndsvisning
- Assigning Values to Indexed SubarraysForhåndsvisning
There are quite few of common operations on arrays which you may want to perform. Luckily, NumPy has built-in functions and methods for this purpose which you will learn here.
It's time to discover how to efficiently use mathematical operations on NumPy arrays and apply them in some real-world problems.
Module 2 / 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 3 / 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 4 / 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 5 / Ultimate Visualization with Python
First, we will discuss plotting applications, Matplotlib library, and its advantages. Afterwards you will create your first simple plot using Matplotlib.
Now you are ready to create various commonly used in practice plots. Without further ado, let's dive in right now!
Plotting and visualization is not only about creating a plot or several plots, it is also about making them clear, understandable and pleasant to look at. Time to learn plots customization in maplotlib, let's do it!
Statistics is essential in working with data, hence why it is extremely important to know how to create various statistical plots. Now it's time for us to explore the most common ones.
Seaborn is another powerful plotting library in Python built on top of matplotlib. Now that you are familiar with matplotlib, it's time to dive into visualization with seaborn.
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 vigtigste er at lære og ikke give op
Materialet er godt, der er meget at lære for at blive bedre, og det vigtigste er at lære det, du ønsker....
Matteo Comune
Takket være dem lærer jeg meget…
Takket være dem lærer jeg meget hurtigere, fordi de hjælper dig med at forstå alt fra bunden. Det er den bedste hjemmeside for folk uden IT-erfaring...
Yuliana Cadavid
fantastisk kursus for begyndere
fantastisk kursus for begyndere, som tester din viden i hver lektion...
Elpunzon
Jeg nyder min Codefinity-oplevelse…
Jeg nyder at lære Python med Codefinity. Den selvstyrede læringsmetode er fantastisk, fordi jeg kan tilpasse den min tidsplan...
Alexandru Alexandru
Det er rart at lære fra Codefinity
Det er rart at lære fra Codefinity. Det er nemt og har gode eksempler på, hvad jeg har lært her...
jacob Templet
Easy to follow along with and provides…
Let at følge med og giver daglige udfordringer. Udfordringen motiverer mig til at lære dag efter dag...
Elan
Codefinity er et omfattende læringsværktøj…
Codefinity er et omfattende læringsværktøj, der hjælper dig med at udvikle dine færdigheder som softwareingeniør eller datavidenskabsmand. Øvelserne er sjove og en god måde at finpudse dine evner på...
Thibault
Første gang jeg lærer at kode
Første gang jeg lærer at kode og lykkes med det hos Codefinity - tak...
Adrien Morel
Godt designet til totale begyndere
Godt designet til totale begyndere, med trinvis progression, der giver mig selvtillid....
_Gracy
det er simpelthen fuldstændig velforklaret
det er simpelthen fuldstændig velforklaret! Indtil videre har jeg ikke oplevet nogen problemer, fordi alt er så godt organiseret...
Ruslan Kravchuk
Det vigtigste er at lære og ikke give op
Materialet er godt, der er meget at lære for at blive bedre, og det vigtigste er at lære det, du ønsker....
Matteo Comune
Takket være dem lærer jeg meget…
Takket være dem lærer jeg meget hurtigere, fordi de hjælper dig med at forstå alt fra bunden. Det er den bedste hjemmeside for folk uden IT-erfaring...
Yuliana Cadavid
fantastisk kursus for begyndere
fantastisk kursus for begyndere, som tester din viden i hver lektion...
Elpunzon
Jeg nyder min Codefinity-oplevelse…
Jeg nyder at lære Python med Codefinity. Den selvstyrede læringsmetode er fantastisk, fordi jeg kan tilpasse den min tidsplan...
Alexandru Alexandru
Det er rart at lære fra Codefinity
Det er rart at lære fra Codefinity. Det er nemt og har gode eksempler på, hvad jeg har lært her...
jacob Templet
Easy to follow along with and provides…
Let at følge med og giver daglige udfordringer. Udfordringen motiverer mig til at lære dag efter dag...
Elan
Codefinity er et omfattende læringsværktøj…
Codefinity er et omfattende læringsværktøj, der hjælper dig med at udvikle dine færdigheder som softwareingeniør eller datavidenskabsmand. Øvelserne er sjove og en god måde at finpudse dine evner på...
Thibault
Første gang jeg lærer at kode
Første gang jeg lærer at kode og lykkes med det hos Codefinity - tak...
Adrien Morel
Godt designet til totale begyndere
Godt designet til totale begyndere, med trinvis progression, der giver mig selvtillid....
_Gracy
det er simpelthen fuldstændig velforklaret
det er simpelthen fuldstændig velforklaret! Indtil videre har jeg ikke oplevet nogen problemer, fordi alt er så godt organiseret...
Data Engineer
Certifikat for fuldførelse
Fremvis dine nyligt opnåede færdigheder. Du har fortjent det
Discover more
Learning tracks
Kun for Ultimate
1 Kursus
1 Projekt
0 Task
Kun for Ultimate
7 Kurser
345 Opgaver
Kun for Ultimate
5 Kurser
119 Opgaver
Kun for Ultimate
5 Kurser
146 Opgaver
Kun for Ultimate
4 Kurser
115 Opgaver
Kun for Ultimate
6 Kurser
101 Opgaver
Kun for Ultimate
6 Kurser
168 Opgaver
Kun for Ultimate
5 Kurser
135 Opgaver
Kun for Ultimate
2 Kurser
1 Projekt
57 Opgaver
Kun for Ultimate
7 Kurser
376 Opgaver
Kun for Ultimate
4 Kurser
143 Opgaver
Kun for Ultimate
5 Kurser
180 Opgaver
Kun for Ultimate
5 Kurser
165 Opgaver
Kun for Ultimate
6 Kurser
308 Opgaver
Kun for Ultimate
6 Kurser
252 Opgaver
Kun for Ultimate
8 Kurser
2 Projekter
176 Opgaver
Kun for Ultimate
2 Kurser
80 Opgaver
Kun for Ultimate
7 Kurser
293 Opgaver
Kun for Ultimate
1 Projekt
0 Task
Kun for Ultimate
2 Kurser
21 Opgaver
Kun for Ultimate
5 Kurser
111 Opgaver
Kun for Ultimate
2 Kurser
0 Task
Kun for Ultimate
3 Kurser
39 Opgaver
Kun for Ultimate
13 Kurser
555 Opgaver
Kun for Ultimate
13 Kurser
555 Opgaver
Kun for Ultimate
1 Kursus
0 Task
Kun for Ultimate
0 Task
Kun for Ultimate
5 Kurser
139 Opgaver
Kun for Ultimate
3 Kurser
71 Opgaver
Kun for Ultimate
7 Kurser
282 Opgaver
Kun for Ultimate
5 Kurser
239 Opgaver
Kun for Ultimate
4 Kurser
125 Opgaver
Kun for Ultimate
2 Kurser
33 Opgaver
Kun for Ultimate
3 Kurser
119 Opgaver
Kun for Ultimate
1 Kursus
15 Opgaver
Kun for Ultimate
3 Kurser
75 Opgaver
Kun for Ultimate
3 Kurser
31 Opgaver
Kun for Ultimate
2 Kurser
151 Opgaver
Kun for Ultimate
3 Kurser
56 Opgaver
Kun for Ultimate
2 Kurser
1 Projekt
38 Opgaver
Kun for Ultimate
3 Kurser
36 Opgaver
Kun for Ultimate
2 Kurser
1 Projekt
38 Opgaver
Learning tracks
spor
TEST TRACK 12
Begynder
4.0
(7146)
spor
Full Stack Web Development
Begynder
4.5
(58)
spor
Become a React Developer
Mellemniveau
4.9
(7)
spor
Mastering Data Visualization
Mellemniveau
4.6
(7)
spor
SQL from Zero to Hero
Begynder
4.7
(93)
spor
С++ Essentials
Begynder
4.4
(17)
spor
Python from Zero to Hero
Begynder
4.7
(284)
spor
Supervised Machine Learning
Mellemniveau
4.9
(7)
spor
Python Beyond Intermediate
Begynder
5.0
(1)
spor
Java Essentials
Begynder
4.3
(9)
spor
Game Development with Unity
Begynder
4.6
(7)
spor
Become a Django Developer
Avanceret
4.4
(27)
spor
Flask for Dummies
Mellemniveau
4.5
(31)
spor
Frontend Development Foundations
Begynder
4.6
(52)
spor
Web Developer from Zero to Hero
Begynder
4.6
(56)
spor
Preparation for Data Science
Mellemniveau
4.5
(11)
spor
Deep Learning Odyssey
Avanceret
5.0
(3)
spor
Web Development with C#
Begynder
4.8
(98)
spor
TEST E2E TRACK BEGINNER
Begynder
spor
Test Track
Begginer
4.7
(3)
spor
Skilled Python BackEnd Developer
Avanceret
4.7
(261)
spor
Test Recalculate
Begynder
spor
Excel Essentials
Begynder
4.5
(33)
spor
Full-Stack .NET Developer Journey
Mellemniveau
4.8
(129)
spor
Full-Stack .NET Developer Journey
Mellemniveau
4.8
(129)
spor
Test track with rating
Avanceret
4.0
(4)
spor
TEST TEST TRACK
Begynder
spor
Data Analyst Foundation
Begynder
4.7
(111)
spor
C++ Mastery
Avanceret
spor
Java Web
Avanceret
4.5
(30)
spor
Become a QA Engineer
Begynder
4.5
(43)
spor
Video Production with Adobe
Begynder
spor
Digital Marketing Essentials
Begynder
spor
UI/UX Design Tools
Begynder
spor
Test image upload track
Begynder
spor
Essential Office Skills
Begynder
4.6
(24)
spor
GitHub from Zero to Hero
Begynder
spor
No-Code Website Development
Begynder
spor
C Programming & Low-Level Development
Begynder
spor
testes
Begynder
4.7
(3)
spor
Test translation track
Mellemniveau
spor
Test CMS Track
Begynder
4.7
(3)
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