Add missing word in section 24.6 (#1586)
This commit is contained in:
parent
f1d8f1f5d2
commit
7d6212be9e
|
@ -738,7 +738,7 @@ df |>
|
||||||
|
|
||||||
## Summary
|
## 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.
|
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.
|
It doesn't matter how deeply nested the list-column is; all you need to do is repeatedly call these two functions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue