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,643 questions
{count} votes

2 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 25,891 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.

    1 person found this answer helpful.
    0 comments No comments