Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Term Entry] Python:Pandas built-in-functions: .concat() #4814

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Edited line 19
  • Loading branch information
Liam-Dupeyron committed Jun 22, 2024
commit 5af338753ddcdfede6f2cd1e4ed64e8317b4dbbf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CatalogContent: # Please use course/path landing page slugs, rather than linking
- 'paths/data-science'
---

The `.concat()` function is used to concatenate and combine multiple [`DataFrames`](https://www.codecademy.com/resources/docs/pandas/dataframe) or [`Series`] along a particular axis.
The `.concat()` function is used to concatenate and combine multiple [`DataFrames`](https://www.codecademy.com/resources/docs/pandas/dataframe) or `Series` along a particular axis.

## Syntax

Expand Down