1. 学习
  2. /
  3. 课程
  4. /
  5. Visualizing Big Data with Trelliscope in R

Connected

练习

Grouping and nesting

Let's practice nesting data frames, getting familiar with the output, and computing on nested data frames.

说明 1 / 共 3 个

undefined XP
    1
    2
    3

Nest the stocks data by symbol, creating a new output datset by_symbol. Recall that you first need to group_by() with dplyr and then nest() with tidyr.