Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: List-Columns | Core R Data Structures for EDA
/
Essential R Data Structures for Exploratory Data Analysis
Sektion 1. Kapitel 10
single

single

bookChallenge: List-Columns

Stryg for at vise menuen

Opgave

Stryg for at begynde at kode

Practice working with list-columns in tibbles. In this task, you will create a tibble with a list-column, extract elements from the list-column, and unnest the data.

  • Create a tibble with two columns: id (containing the values 1, 2, 3) and numbers (a list-column, where each row contains a numeric vector: c(1, 2, 3), c(4, 5), and c(6) respectively).
  • Implement a function that takes this tibble and returns a vector containing the first element from each list in the numbers column.
  • Implement a function that unnests the numbers column so that each value in the list-column becomes its own row, duplicating the corresponding id value as needed.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 10
single

single

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt