0%
0 / 10 answered

Libraries Practice Test

10 Questions
Question
1 / 10
Q1

In a data analysis project, Maya uses a library (prewritten code) called Pandas to load a large school survey CSV and summarize responses. She writes import pandas as pd then df = pd.read_csv("survey.csv") to create a DataFrame, which lets her filter rows and compute averages efficiently. Based on the scenario described, how does read_csv from Pandas improve efficiency?

Question Navigator