CBSE Class 12 Informatics Practices Question 62 of 73

Data Visualization using Matplotlib — Question 27

Back to all questions
27
Question

Question 24

Kritika was asked to write the names of a few libraries in Python used for data analysis and one method of each. Help her write at least 3 libraries and their methods.

Answer

The three libraries in Python used for data analysis are as follows:

  1. Pandas library — array() function
  2. NumPy library — DataFrame() function
  3. Matplotlib library — plot() function