If you encounter an import Error, what does it mean? I. Python could find…

2024

If you encounter an import Error, what does it mean? I. Python could find pandas in list of available libraries II. Pandas couldn't find python in list of available libraries III. Python couldn't find Pandas in list of available libraries

  1. A.

    Only III

  2. B.

    I, II and III

  3. C.

    Only I

  4. D.

    Only I and III

Attempted by 28 students.

Show answer & explanation

Correct answer: A

An import error occurs when Python cannot find the requested module or library in the available/importable paths. Here that means Python could not find pandas.

Explore the full course: Hpsc Pgt Computer Science