
Python InstitutePCAD - Certified Associate in Data Analytics with Python
Domain 4Objective 1
Data Analysis with Pandas and NumPy PCAD-31 Practice Questions (Page 5)
Part of the Data Analysis and Modeling domain, which accounts for 18.8% of the PCAD-31 exam. Python Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~5–5 in this domain), expect 3–3 from this objective — we provide 26 practice questions to prepare you well beyond it. (estimate)
26questions here
6free pages
12concepts
18.8%of the exam
Questions 21–25
- 21
Which Pandas method is used to compute the mean of all numeric columns in a DataFrame?
Select an answer first - 22
After running df.groupby('region')['sales'].mean(), what does the result tell you?
Select an answer first - 23
Which Pandas method is used to reorder the rows of a DataFrame based on the values in one or more columns?
Select an answer first - 24
A NumPy array 'a' has shape (3,) with values [1, 2, 3]. Another array 'b' has shape (3, 1) with values [[10], [20], [30]]. An analyst computes 'a + b'. What is the shape of the result?
Select an answer first - 25
A NumPy array 'a' has shape (2, 3) with values [[1, 2, 3], [4, 5, 6]]. An analyst wants to compute the mean of each column. Which operation produces a 1-D array of column means?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Python Institute. “PCAD-31” is a trademark of its owner, used for identification only.