CBSE Class 12 Informatics Practices Question 23 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 2

Back to all questions
2
Question

Question 22(B)

What does the term 'library' signify in Python? Mention one use for each of the following libraries:

  • Pandas
  • Matplotlib
Answer

The Python library is an extensive collection of functions and modules that provides functionalities for specific tasks.

Uses of libraries:

  • Pandas — Used for data analysis.

  • Matplotlib — Used for data visualization, helping create plots.