Add missing word in section 24.6 (#1586)

This commit is contained in:
Michael Grund 2023-10-25 15:29:31 +02:00 committed by GitHub
parent f1d8f1f5d2
commit 7d6212be9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ df |>
## Summary
In this chapter, you learned what lists are, how you can generate them from JSON files, and how turn them into rectangular data frames.
In this chapter, you learned what lists are, how you can generate them from JSON files, and how to turn them into rectangular data frames.
Surprisingly we only need two new functions: `unnest_longer()` to put list elements into rows and `unnest_wider()` to put list elements into columns.
It doesn't matter how deeply nested the list-column is; all you need to do is repeatedly call these two functions.