Skip to content

Commit 886cc5d

Browse files
Update source/wrangling.md
Co-authored-by: Joel Ostblom <[email protected]>
1 parent c3da5b1 commit 886cc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/wrangling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ we will use column assignment or the `assign` function to create a new column.
15241524
This is discussed in the next section.
15251525

15261526
```{note}
1527-
While `pandas` provides many methods (like `max`, `as_type`, etc.) that can be applied to a data frame,
1527+
While `pandas` provides many methods (like `max`, `astype`, etc.) that can be applied to a data frame,
15281528
sometimes you may want to apply your own function to multiple columns in a data frame. In this case
15291529
you can use the more general [`apply`](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.apply.html) method.
15301530
```

0 commit comments

Comments
 (0)