KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Which of the following commands is used to install Pandas?

  1. pip install python-pandas
  2. pip install pandas
  3. python install python
  4. python install pandas

Python Data Handling

3 Likes

Answer

pip install pandas

Reason — The correct command to install Pandas is pip install pandas.

Answered By

3 Likes


Related Questions