Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCAD - Certified Associate in Data Analytics with Python

Domain 4Objective 1

Data Analysis with Pandas and NumPy PCAD-31 Practice Questions (Page 2)

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 6–10

  1. 6foundation · easy

    Which Pandas locator is used to select rows and columns by label, including using boolean arrays for filtering?

    Select an answer first
  2. 7foundation · easy

    Which Pandas function is used to stack two DataFrames vertically (one on top of the other) when they have the same columns?

    Select an answer first
  3. 8application · medium

    A DataFrame 'df' has 10 rows (index 0-9) and 5 columns (A-E). An analyst needs to extract rows 2 through 5 (inclusive) and columns B through D (inclusive). Which slicing operation is correct?

    Select an answer first
  4. 9application · medium

    A data analyst loads a sales DataFrame with columns 'region', 'product', 'units', and 'revenue'. The 'revenue' column contains some NaN values that should be treated as 0, while the 'units' column has negative values that are data-entry errors and should be removed. The analyst needs a clean DataFrame for further analysis. Which sequence of operations achieves this?

    Select an answer first
  5. 10foundation · easy

    What is the primary purpose of the groupby() method in Pandas?

    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.