Python Pandas library

Perez, Juan F (US) 21 Reputation points
2020-12-30T23:00:30.603+00:00

I just installed VS Professional 2019. I need to install the Python Pandas library. Installing from VS is not an option, since my job has the service blocked. How and where can I install it from? I have WIn 10

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,151 questions
{count} votes

Accepted answer
  1. SUNOJ KUMAR YELURU 14,881 Reputation points MVP
    2020-12-31T03:43:16.84+00:00

    @Perez, Juan F (US)

    Thanks for asking question!

    I am providing both options to install pandas library for pip and anaconda environment. You can install pandas library in windows install – with pip and anaconda.

    Follow the below websites with details.

    1. Install Pandas on Windows
    2. Install Python Pandas on Windows and Linux

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. HowardPaggerton 86 Reputation points
    2021-10-11T09:52:05.543+00:00

    Here is a roadmap 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.

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.