Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Modify Data Frames | R Data Frames Tutorial
Working with Data Structures in R

bookChallenge: Modify Data Frames

Tâche

Swipe to start coding

You are given a data frame of class records. Modify this data frame as follows:

  • Add a new column named attendance with the values 90, 95, and 88 for the existing students.
  • Remove the age column from the data frame.
  • Add a new row for a student named "Diana" with a grade of 87 and attendance of 98.

Assign the final, modified data frame to the variable updated_students.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 4
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Modify Data Frames

Glissez pour afficher le menu

Tâche

Swipe to start coding

You are given a data frame of class records. Modify this data frame as follows:

  • Add a new column named attendance with the values 90, 95, and 88 for the existing students.
  • Remove the age column from the data frame.
  • Add a new row for a student named "Diana" with a grade of 87 and attendance of 98.

Assign the final, modified data frame to the variable updated_students.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 4
single

single

some-alt