Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: List-Columns | Core R Data Structures for EDA
Harjoittele
Projektit
Tietovisat & Haasteet
Visat
Haasteet
/
Essential R Data Structures for Exploratory Data Analysis
Osio 1. Luku 10
single

single

bookChallenge: List-Columns

Pyyhkäise näyttääksesi valikon

Tehtävä

Pyyhkäise aloittaaksesi koodauksen

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.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 10
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

some-alt