Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте What is Joining Data? | Joining Data
Data Manipulation using pandas
course content

Зміст курсу

Data Manipulation using pandas

Data Manipulation using pandas

1. Preprocessing Data: Part I
2. Preprocessing Data: Part II
3. Grouping Data
4. Aggregating and Visualizing Data
5. Joining Data

book
What is Joining Data?

As an analyst, you may often receive data from multiple sources, and in order to draw a conclusions, you need to combine data in a single dataframe.

If you are familiar with SQL, you may heard about different types of joins (like, left, right, or inner). As an example, we will use two dataframes with pregenerated data (id, name, surname, age, and height (in cm)).

To get started with joins, first we need to note that any kind of join require some key field that will be used for comparison between tables. These values should be unique across each table.

For instance, it's common practice to join tables by some id field.

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 5. Розділ 1

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

course content

Зміст курсу

Data Manipulation using pandas

Data Manipulation using pandas

1. Preprocessing Data: Part I
2. Preprocessing Data: Part II
3. Grouping Data
4. Aggregating and Visualizing Data
5. Joining Data

book
What is Joining Data?

As an analyst, you may often receive data from multiple sources, and in order to draw a conclusions, you need to combine data in a single dataframe.

If you are familiar with SQL, you may heard about different types of joins (like, left, right, or inner). As an example, we will use two dataframes with pregenerated data (id, name, surname, age, and height (in cm)).

To get started with joins, first we need to note that any kind of join require some key field that will be used for comparison between tables. These values should be unique across each table.

For instance, it's common practice to join tables by some id field.

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 5. Розділ 1
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt