Question: What is rhe exact statement to answer the question? This is using Python software Question 5 2 pts Let's assume that the pandas dataframe 'df
Question 5 2 pts Let's assume that the pandas dataframe 'df is created as following import pandas as pd df = pd.read_csv("some_data.csv") the some_data.csv was containing: - having 5 columns: a,b,c,d,e - having 100 rows: 0001 to 0100 Questions: What is the exact statement to select only two columns 'a' and 'c, with all 100 rows? (please remove all spaces before submitting the answer)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
