セクション 2. 章 2
single
Challenge: Build a Data Frame
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Build a function that creates a data frame representing a class roster using three vectors: student names, ages, and test scores. The function should display the structure and summary of the resulting data frame.
- Combine the
names,ages, andscoresvectors into a data frame with columns named "Name", "Age", and "Score". - Display the structure of the data frame.
- Display the summary of the data frame.
- Return the data frame.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください