Informatics Practices

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.

PyPlot

1 Like

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

Answered By

1 Like


Related Questions