Skip to content

Commit fe78ffb

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

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
@@ -1470,7 +1470,7 @@ A transformation applied across many columns. The darker, top row of each table
14701470

14711471
For example, imagine that we wanted to convert all the numeric columns
14721472
in the `region_lang` data frame from `int64` type to `int32` type
1473-
using the `.as_type` function.
1473+
using the `.astype` function.
14741474
When we revisit the `region_lang` data frame,
14751475
we can see that this would be the columns from `mother_tongue` to `lang_known`.
14761476

0 commit comments

Comments
 (0)