Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCAD - Certified Associate in Data Analytics with Python

Domain 1Objective 4

Data Preparation Techniques PCAD-31 Practice Questions (Page 1)

Part of the Data Acquisition and Pre-Processing domain, which accounts for 29.2% of the PCAD-31 exam. Python Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~7–7 in this domain), expect 2–2 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)

27questions here
6free pages
6concepts
29.2%of the exam

Questions 1–5

  1. 1foundation · easy

    A data file contains records separated by commas, with each record on a new line and an optional header row. Which file format does this describe?

    Select an answer first
  2. 2application · medium

    A dataset contains a 'Color' column with values 'red', 'green', and 'blue'. An analyst wants to use this categorical variable in a machine learning model. Which transformation is most appropriate?

    Select an answer first
  3. 3application · medium

    An analyst uses pd.read_csv('data.csv') and then calls df.head(). The output shows that the first row of the file contains column names, but the DataFrame index starts at 0 as expected. However, the analyst notices that the 'Date' column is being read as object dtype instead of datetime. What should the analyst do to fix this during the initial load?

    Select an answer first
  4. 4application · easy

    An analyst needs to load a dataset from a URL: 'https://example.com/data/report.json'. The file is a JSON array of objects. Which pandas function should the analyst use?

    Select an answer first
  5. 5foundation · easy

    What is the purpose of one-hot encoding in data transformation?

    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.