Question about installing pandas in Python

Cathy Wu 1 Reputation point
2020-09-16T08:13:36.24+00:00

I am using Visual Studio 2019 and do not know how to install pandas in Python.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,850 questions
{count} votes

3 answers

Sort by: Most helpful
  1. HowardPaggerton 81 Reputation points
    2021-10-11T10:30:44.467+00:00

    Here is the how-to to install Pandas for Windows:

    1. Install Python

    2. Type in the command “pip install manager”

    3. Once finished, type the following:

    *pip install pandas*  
    

    Wait for the downloads to be over and once it is done you will be able to run Pandas inside your Python programs on Windows.

    3 people found this answer helpful.
    0 comments No comments

  2. Anna Xiu-MSFT 27,721 Reputation points Microsoft Vendor
    2020-09-17T04:09:13.443+00:00

    Hi CathyWu,

    For your requirement, please have a try with the following steps:

    1. Open the Python Environments via Ctrl + K or View > Other Windows;
    2. Select Packages (PyPl) tab (under the drop-down menu of Overview)to access an Interactive window;
    3. Enter the pandas into the search field;
    4. Select the Run command: pip install pandas and install it.

    Best regards,
    Anna


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more