KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Assertion (A): Pandas is a Python library.

Reasoning (R): Pandas is a powerful, flexible and easy to use open source data analysis library.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

Python Data Handling

1 Like

Answer

Both A and R are true and R is the correct explanation of A.

Explanation
Pandas is a Python library that makes data analysis easy and effective. It is the most famous Python library for data science, offering powerful and flexible data structures that facilitate data analysis and manipulation. As an open-source library, Pandas provides high-performance, easy-to-use data structures and data analysis tools.

Answered By

3 Likes


Related Questions