how to install numpy and pandas on windows

前端 未结 6 1905
无人及你
无人及你 2020-12-09 12:06

I\'ll preface by saying I\'m a programming n00b by stack standards. I have experience with data analysis and scripting -- this is what I do professionally at a financial fir

6条回答
  •  温柔的废话
    2020-12-09 12:52

    Try this: It should work.

    Go to the location where you have Python (C:\Python34) Run the blow command:

    python -m pip install pandas
    

    NUMPY installed automatically after my Pandas installation.

提交回复
热议问题