Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Let, 'marks' be an attribute of a dataframe df . Which of the following is true for the following code? df . drop ( '
Let, 'marks' be an attribute of a dataframe df Which of the following is true for the following code?
dfdropmarks axis
Answer choices
Select only one option
The 'marks' column will be dropped and the changes will be reflected in the original dataframe
The 'marks' column will be dropped and the changes will be not be reflected in the original dataframe
The row with index name marks will be dropped and the changes will be reflected in the original dataframe
The row with index name marks will be dropped and the changes will be not be reflected in the original dataframe
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