Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You probably remember from high school that some planets in our solar system have rings and others do not. Unfortunately you can not recall their
You probably remember from high school that some planets in our solar system have rings and others do not. Unfortunately you can not recall their names. Could help you out?
If you type ringsvector in the console, you get:
false false false false true true true true
This means that the first four observations or planets do not have a ring FALSE but the other four do TRUE However, you do not get a nice overview of the names of these planets, their diameter, etc. Let's try to use ringsvector to select the data for the four planets with rings.
Instructions
The code in the editor selects the name column of all planets that have rings. Adapt the code so that instead of only the name column, all columns for planets that have rings are selected.
x
Take Hint XP
Incorrect Submission
Have you correctly adapted the code to select all columns for the planets that have rings? You can use planetsdfringsvector, Make sure to include the comma here, it's crucial!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started